]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update CUPS list file so that PAM files are optional.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 24 Jan 2003 18:10:04 +0000 (18:10 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 24 Jan 2003 18:10:04 +0000 (18:10 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3142 7a7537e8-13f0-0310-91df-b6672ffda945

cups.list.in

index 4ac9788f6f636da1aa3af244240f3ef541ee77f9..aba43776125350c1ff15837ed8f1eddce24cf5a4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cups.list.in,v 1.38 2003/01/08 17:56:30 mike Exp $"
+# "$Id: cups.list.in,v 1.39 2003/01/24 18:10:04 mike Exp $"
 #
 #   ESP Package Manager (EPM) file list for the Common UNIX Printing
 #   System (CUPS).
@@ -279,17 +279,20 @@ c 0600 root sys $SERVERROOT conf/*.conf
 c 0600 root sys $SERVERROOT/mime.convs conf/mime.convs
 c 0600 root sys $SERVERROOT/mime.types conf/mime.types
 
-%system linux
+%if PAMDIR
 d 0555 root sys $PAMDIR -
+
+%system linux
+# Linux almost always supports PAM...
 c 0644 root sys $PAMDIR/cups conf/pam.conf
 
+%system irix
 # IRIX doesn't normally support PAM, but the freeware project
 # includes a version of PAM that can be used...
-%system irix
-d 0555 root sys $PAMDIR -
 c 0644 root sys $PAMDIR/cups conf/pam.irix
 
 %system all
+%endif
 
 # Developer files
 f 0555 root sys $BINDIR/cups-config cups-config
@@ -477,5 +480,5 @@ f 0444 root sys $AMANDIR/fr/man$MAN8DIR/lpmove.$MAN8EXT man/lpmove.man
 i 0555 root sys cups cups.sh
 
 #
-# End of "$Id: cups.list.in,v 1.38 2003/01/08 17:56:30 mike Exp $".
+# End of "$Id: cups.list.in,v 1.39 2003/01/24 18:10:04 mike Exp $".
 #