# HG changeset patch # User xfred@localhost # Date 1285624783 0 # Node ID cc070e9ce1b882913bc320b4e323d44e89008144 # Parent e6d42611d5993f6db34f319849b2505b52093843 add patch: no pwd for halt/reboot/hibernate option diff -r e6d42611d599 -r cc070e9ce1b8 slim/receipt --- a/slim/receipt Tue Sep 28 01:23:14 2010 +0200 +++ b/slim/receipt Mon Sep 27 21:59:43 2010 +0000 @@ -21,6 +21,7 @@ compile_rules() { cd $src + patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1 make && make DESTDIR=$src/_pkg install } diff -r e6d42611d599 -r cc070e9ce1b8 slim/stuff/etc/slim.conf --- a/slim/stuff/etc/slim.conf Tue Sep 28 01:23:14 2010 +0200 +++ b/slim/stuff/etc/slim.conf Mon Sep 27 21:59:43 2010 +0000 @@ -74,3 +74,7 @@ # Log file logfile /var/log/slim.log +# Let normal users have access to systems commands. If the value is true, +# then the root password is requiered to start a system command. +# Valid values: true|false +# root_password false