X-Git-Url: http://git.onelab.eu/?p=pl_sshd.git;a=blobdiff_plain;f=pl_sshd.spec;fp=pl_sshd.spec;h=da87b2176efa8b481f7c23a4ca52d558fb7ac4a6;hp=2bc2551ed1a08e4147484538f1548ea3b31716ae;hb=2852b4ea661094c2c80883d22122c9d70bf72cc0;hpb=8e4f5a60c50733819fbc452b224040233429264d diff --git a/pl_sshd.spec b/pl_sshd.spec index 2bc2551..da87b21 100644 --- a/pl_sshd.spec +++ b/pl_sshd.spec @@ -33,7 +33,6 @@ 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 install -D -m 0755 pl_sshd $RPM_BUILD_ROOT/etc/init.d/pl_sshd -install -D -m 0755 auto.pl_sshd.py $RPM_BUILD_ROOT/etc/auto.pl_sshd %clean rm -rf $RPM_BUILD_ROOT @@ -43,7 +42,6 @@ rm -rf $RPM_BUILD_ROOT %dir /var/pl_sshd/keys %attr(0755,root,root) /usr/local/sbin/pl_sshd %attr(0755,root,root) /etc/init.d/pl_sshd -%attr(0755,root,root) /etc/auto.pl_sshd %pre @@ -109,6 +107,10 @@ fi %changelog +* Wed Nov 2 2005 Steve Muir +- don't fanny around using the automounter to access ssh keys in vservers, + pl_conf now writes them into the normal locations + * Wed Oct 12 2005 Steve Muir - fix pl_sshd script name and argv[0] to satisfy re-exec requirements