pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q1] pkgsrc/print/cups/files



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon May  1 09:18:12 UTC 2017

Modified Files:
        pkgsrc/print/cups/files [pkgsrc-2017Q1]: cupsd.sh

Log Message:
Pullup ticket #5375 - requested by sevan
print/cups: bugfix

Revisions pulled up:
- print/cups/Makefile                                           1.245
- print/cups/files/cupsd.sh                                     1.21

---
   Module Name:    pkgsrc
   Committed By:   prlw1
   Date:           Wed Apr 26 14:10:04 UTC 2017

   Modified Files:
           pkgsrc/print/cups: Makefile
           pkgsrc/print/cups/files: cupsd.sh

   Log Message:
   PROVIDE cups rather than cupsd, as that is what cups-browsed looks for.
   http://mail-index.netbsd.org/pkgsrc-users/2017/03/23/msg024617.html


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.16.1 pkgsrc/print/cups/files/cupsd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups/files/cupsd.sh
diff -u pkgsrc/print/cups/files/cupsd.sh:1.20 pkgsrc/print/cups/files/cupsd.sh:1.20.16.1
--- pkgsrc/print/cups/files/cupsd.sh:1.20       Fri Jun 12 11:02:35 2015
+++ pkgsrc/print/cups/files/cupsd.sh    Mon May  1 09:18:12 2017
@@ -1,10 +1,10 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: cupsd.sh,v 1.20 2015/06/12 11:02:35 wiz Exp $
+# $NetBSD: cupsd.sh,v 1.20.16.1 2017/05/01 09:18:12 bsiegert Exp $
 #
 # Common UNIX Printing System daemon
 #
-# PROVIDE: cupsd
+# PROVIDE: cups
 # REQUIRE: DAEMON
 #
 # You will need to set some variables in /etc/rc.conf to start cupsd:



Home | Main Index | Thread Index | Old Index