X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_sshd.spec;h=53a8e62ada8546a16f798301e932e0772fa60cbc;hb=05da31e15be0835d93ff959fb17fa858858b3e00;hp=9898a8ef247f4b181bb7ef499a784ea2ee4467db;hpb=0cb1cdc7d8ae9811a9aa288a3045799bca337284;p=pl_sshd.git diff --git a/pl_sshd.spec b/pl_sshd.spec index 9898a8e..53a8e62 100644 --- a/pl_sshd.spec +++ b/pl_sshd.spec @@ -1,11 +1,11 @@ %define name pl_sshd %define version 1.0 -%define release 4.planetlab%{?date:.%{date}} +%define release 8.planetlab%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab 3.0 -URL: http://www.planet-lab.org +URL: http://cvs.planet-lab.org/cvs/pl_sshd Summary: SSH server config for PlanetLab Name: %{name} @@ -33,7 +33,7 @@ directory. mkdir -p $RPM_BUILD_ROOT/var/pl_sshd/keys install -D -m 0755 pl_sshd.sh $RPM_BUILD_ROOT/usr/local/sbin/pl_sshd.sh install -D -m 0755 pl_sshd $RPM_BUILD_ROOT/etc/init.d/pl_sshd -install -D -m 0755 auto.pl_sshd $RPM_BUILD_ROOT/etc/auto.pl_sshd +install -D -m 0755 auto.pl_sshd.py $RPM_BUILD_ROOT/etc/auto.pl_sshd %clean rm -rf $RPM_BUILD_ROOT @@ -97,7 +97,7 @@ fi RUNLEVEL=`/sbin/runlevel` # 0 = erase, 1 = upgrade -if [ $1 -ge 0 ]; then +if [ $1 -eq 0 ]; then # # stop pl_sshd, remove it from rcX.d init dirs, remove link # to sshd's pam config @@ -137,6 +137,9 @@ fi %changelog +* Thu Apr 7 2005 Steve Muir +- convert auto.pl_sshd to a python script (simpler and less error-prone) + * Mon Dec 1 2003 Steve Muir - initial creation from files in sidewinder repository