search for: k20sshd

Displaying 1 result from an estimated 1 matches for "k20sshd".

Did you mean: s20sshd
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
...D_ROOT/usr/lib/ssh/ssh-askpass install -m744 contrib/suse/rc.config.sshd \ $RPM_BUILD_ROOT/var/adm/fillup-templates %clean rm -rf $RPM_BUILD_ROOT %post if [ "$1" = 1 ]; then echo "Creating SSH stop/start scripts in the rc directories..." ln -s ../sshd /sbin/init.d/rc2.d/K20sshd ln -s ../sshd /sbin/init.d/rc2.d/S20sshd ln -s ../sshd /sbin/init.d/rc3.d/K20sshd ln -s ../sshd /sbin/init.d/rc3.d/S20sshd fi echo "Updating /etc/rc.config..." if [ -x /bin/fillup ] ; then /bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.sshd else echo "...