hal/hald hald.c,1.35,1.36

David Zeuthen david at freedesktop.org
Fri Jun 10 07:36:12 PDT 2005


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv27376/hald

Modified Files:
	hald.c 
Log Message:
2005-06-10  David Zeuthen  <davidz at redhat.com>

        * hald/hald.c (usage): This diff contains a little fix for the
        description of --retain-privileges in "hald --help". Looks like
        only replaced --drop-privileges through --retain-privileges
        without to change the description.
        Patch from Danny Kukawka <danny.kukawka at web.de>.



Index: hald.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- hald.c	24 May 2005 17:42:14 -0000	1.35
+++ hald.c	10 Jun 2005 14:36:10 -0000	1.36
@@ -212,9 +212,8 @@
 		 "\n"
 		 "        --daemon=yes|no      Become a daemon\n"
 		 "        --verbose=yes|no     Print out debug (overrides HALD_VERBOSE)\n"
- 		 "        --retain-privileges  Run as normal user instead of root (calling of\n"
- 		 "                             external scripts to modify fstab etc. will not work\n" 
-		 "                             run as root)\n"
+ 		 "        --retain-privileges  Run as root instead of normal user (calling of\n"
+ 		 "                             external scripts to modify fstab etc. will work)\n" 
 		 "        --help               Show this information and exit\n"
 		 "\n"
 		 "The HAL daemon detects devices present in the system and provides the\n"




More information about the hal-commit mailing list