X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_sshd.spec;h=8729eab6ad7d32b5ea0312f0e17ef6ebe9006a17;hb=a9f59b38e4836c95ffca8edf09562bb9358a82ad;hp=18fddff8a7147e39d8a7d2b164fed76e0f575594;hpb=e05a8634df6a726188b495941800f4dd9f6b7820;p=pl_sshd.git diff --git a/pl_sshd.spec b/pl_sshd.spec index 18fddff..8729eab 100644 --- a/pl_sshd.spec +++ b/pl_sshd.spec @@ -13,7 +13,7 @@ SSH server configuration for PlanetLab nodes. Configures an automounted directory as source for authorized_keys files and points sshd to that directory. -$Header: /cvs/pl_sshd/pl_sshd.spec,v 1.2 2003/12/01 14:56:00 sjm-pl_sshd Exp $. +$Header: /cvs/pl_sshd/pl_sshd.spec,v 1.3 2003/12/01 21:22:53 sjm-pl_sshd Exp $. %prep %setup @@ -80,7 +80,7 @@ fi %preun RUNLEVEL=`/sbin/runlevel` -if [ "$1" = 0 ]; then +if [ "$1" -ge "0" ]; then # # stop pl_sshd, remove it from rcX.d init dirs, remove link # to sshd's pam config