Author: sparky Date: Mon Mar 20 11:20:05 2006 New Revision: 7249 Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live Log: - option to disable sshd, it is and should be enabled by default
Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live ============================================================================== --- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live (original) +++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live Mon Mar 20 11:20:05 2006 @@ -141,6 +141,12 @@ ### services ################################################################# [EMAIL PROTECTED]@ nosshd +#@ don't start sshd; it's enabled by default +if cmdopt nosshd || nvopt nosshd; then + chkconfig --level 2345 sshd off +fi + [EMAIL PROTECTED]@ service=<service1>[,<service2>[,<service3>]] #@ start service(s) at system startup #@@ nonvservice: Don't start services specified in nvram _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
