wok-current rev 6439
add patch: no pwd for halt/reboot/hibernate option
author | xfred@localhost |
---|---|
date | Mon Sep 27 21:59:43 2010 +0000 (2010-09-27) |
parents | e6d42611d599 |
children | 6027bd00dcaa 168eed80580c |
files | slim/receipt slim/stuff/etc/slim.conf |
line diff
1.1 --- a/slim/receipt Tue Sep 28 01:23:14 2010 +0200 1.2 +++ b/slim/receipt Mon Sep 27 21:59:43 2010 +0000 1.3 @@ -21,6 +21,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1 1.8 make && 1.9 make DESTDIR=$src/_pkg install 1.10 }
2.1 --- a/slim/stuff/etc/slim.conf Tue Sep 28 01:23:14 2010 +0200 2.2 +++ b/slim/stuff/etc/slim.conf Mon Sep 27 21:59:43 2010 +0000 2.3 @@ -74,3 +74,7 @@ 2.4 # Log file 2.5 logfile /var/log/slim.log 2.6 2.7 +# Let normal users have access to systems commands. If the value is true, 2.8 +# then the root password is requiered to start a system command. 2.9 +# Valid values: true|false 2.10 +# root_password false