]> andersk Git - moira.git/commitdiff
one-character fix from mike
authordanw <danw>
Tue, 6 Jul 1999 14:45:50 +0000 (14:45 +0000)
committerdanw <danw>
Tue, 6 Jul 1999 14:45:50 +0000 (14:45 +0000)
gen/printng.pc

index c036d924aeff03437a6b57c1481aaae1b6614944..2e6d4ce3832552bf3350dce4366a99a94d40851c 100644 (file)
@@ -199,7 +199,7 @@ void do_host(char *host)
   fprintf(out, "ACCEPT SERVICE=M NOT AUTHJOB SAMEUSER REMOTEIP=</var/spool/printer/masks.allow\n\n");
   
   fprintf(out, "# Allow root to control and remove jobs\n");
-  fprintf(out, "ACCEPT SERVICE=M SERVER REMOTEUSER=root\n\n");
+  fprintf(out, "ACCEPT SERVICE=C SERVER REMOTEUSER=root\n\n");
 
   fprintf(out, "# Allow admins to control and remove jobs\n");
   fprintf(out, "ACCEPT SERVICE=C AUTH=USER AUTHUSER=</var/spool/printer/lpcaccess.top\n\n");
This page took 0.260739 seconds and 5 git commands to generate.