CVS: moonbase/net/samba BUILD,1.3,1.4
Steven Michaelske
hardkrash at lunar-linux.org
Tue Nov 11 22:48:20 GMT 2003
Update of /var/cvs/lunar/moonbase/net/samba
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3492
Modified Files:
BUILD
Log Message:
This is where this belongs, now cups users can print to smb printers
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/samba/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 26 Sep 2003 17:04:30 -0000 1.3
+++ BUILD 11 Nov 2003 22:48:18 -0000 1.4
@@ -24,7 +24,11 @@
mkdir -p /etc/samba &&
mkdir -p /usr/share/samba &&
mkdir -p /var/log/samba &&
- make install
+ make install &&
+
+ if module_installed cups ; then
+ ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb
+ fi
) > $C_FIFO 2>&1 && (
More information about the Lunar-commits
mailing list