CVS: moonbase/printer/cups BUILD,1.2,1.3 DEPENDS,1.4,1.5
Steven Michaelske
hardkrash at lunar-linux.org
Tue Nov 11 21:54:49 GMT 2003
Update of /var/cvs/lunar/moonbase/printer/cups
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9921
Modified Files:
BUILD DEPENDS
Log Message:
added depends on samba for smb printing,
put symlink creation in build file
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/printer/cups/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 19 Jun 2003 21:50:59 -0000 1.2
+++ BUILD 11 Nov 2003 21:54:47 -0000 1.3
@@ -21,6 +21,9 @@
fi &&
if [ -e /etc/init.d/cups ] ; then
rm -f /etc/init.d/cups
+ fi &&
+ if module_installed samba ; then
+ ln -s /usr/bin/smbspool /usr/lib/cups/backend/smb
fi
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/printer/cups/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 19 Jun 2003 21:50:59 -0000 1.4
+++ DEPENDS 11 Nov 2003 21:54:47 -0000 1.5
@@ -1,4 +1,5 @@
depends chkconfig &&
optional_depends "espgs" "" "" "For most required printer drivers" &&
optional_depends "Linux-PAM" "--enable-pam" "" "for pluggable authentication" &&
-optional_depends "openssl" "--enable-ssl" "" "for encrypted communications"
+optional_depends "openssl" "--enable-ssl" "" "for encrypted communications" &&
+optional_depends "samba" "" "" "for smb (Windows) shared printer support"
More information about the Lunar-commits
mailing list