[Pinfo-devel] r160 - pinfo/trunk/src

Bas Zoetekouw bas at costa.debian.org
Sat Sep 3 23:55:40 UTC 2005


Author: bas
Date: 2005-09-03 23:55:39 +0000 (Sat, 03 Sep 2005)
New Revision: 160

Modified:
   pinfo/trunk/src/pinforc.in
   pinfo/trunk/src/utils.c
Log:
Change default "no group" group to "nogroup", which it is in Linux
and *BSD.  This corresponds to the second part of r153->r154 in the cxx branch.



Modified: pinfo/trunk/src/pinforc.in
===================================================================
--- pinfo/trunk/src/pinforc.in	2005-09-03 21:55:42 UTC (rev 159)
+++ pinfo/trunk/src/pinforc.in	2005-09-03 23:55:39 UTC (rev 160)
@@ -91,7 +91,7 @@
 PRINTUTILITY=lpr
 MANLINKS=1:8:2:3:4:5:6:7:9:n:p:o:3X11:3Xt:3x:3X
 SAFE-USER=nobody
-SAFE-GROUP=nobody
+SAFE-GROUP=nogroup
 #
 # Remember, HIGHLIGHTREGEXP may be slow (thus it's commented by default)
 #

Modified: pinfo/trunk/src/utils.c
===================================================================
--- pinfo/trunk/src/utils.c	2005-09-03 21:55:42 UTC (rev 159)
+++ pinfo/trunk/src/utils.c	2005-09-03 23:55:39 UTC (rev 160)
@@ -27,7 +27,7 @@
 #include <ctype.h>
 
 char *safe_user = "nobody";
-char *safe_group = "nobody";
+char *safe_group = "nogroup";
 
 #ifndef HAVE_CURS_SET
 void




More information about the Pinfo-devel mailing list