Author: glen Date: Thu Nov 1 01:48:59 2007 New Revision: 8924 Modified: rc-scripts/trunk/sysconfig/system Log: - add DEFAULT_SERVICE_UMASK=022
Modified: rc-scripts/trunk/sysconfig/system ============================================================================== --- rc-scripts/trunk/sysconfig/system (original) +++ rc-scripts/trunk/sysconfig/system Thu Nov 1 01:48:59 2007 @@ -17,8 +17,8 @@ # On errors (when system is starting) run sulogin instead of shell ? RUN_SULOGIN_ON_ERR=yes -# Default run nice level for all services if -# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service> +# Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not +# defined in /etc/sysconfig/<service>. DEFAULT_SERVICE_RUN_NICE_LEVEL=+0 # Default limits set before running daemons (hard and soft) if @@ -34,6 +34,10 @@ # users' limits are set via pam_limits. DEFAULT_SERVICE_LIMITS="-u unlimited -c 0" +# Default umask for all services if $SERVICE_UMASK is not defined in +# /etc/sysconfig/<service>. +DEFAULT_SERVICE_UMASK=022 + # Setup PNP using userspace tools? RUN_USERPNP=yes # Setup kernel space PNP (2.4.x) _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
