Lines Matching refs:rc
4 sshd: configuration file for sshd.rc
5 sshd.rc: SSH startup script
6 egd: configuration file for egd.rc
7 egd.rc: EGD (entropy gathering daemon) startup script
11 sshd.rc:
13 o Verify paths in sshd.rc match your local installation
18 # cp sshd /etc/rc.config.d
19 # chmod 444 /etc/rc.config.d/sshd
20 # cp sshd.rc /sbin/init.d
21 # chmod 555 /sbin/init.d/sshd.rc
22 # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd
23 # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd
25 egd.rc:
27 o Verify egd.pl path in egd.rc matches your local installation
40 # cp egd /etc/rc.config.d
41 # chmod 444 /etc/rc.config.d/egd
42 # cp egd.rc /sbin/init.d
43 # chmod 555 /sbin/init.d/egd.rc
44 # ln -s /sbin/init.d/egd.rc /sbin/rc1.d/K600egd
45 # ln -s /sbin/init.d/egd.rc /sbin/rc2.d/S400egd