diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-19 16:23:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-19 16:23:08 +0000 |
commit | b23d2e86260aaa8ed2013bf77ad605b63e34b0ed (patch) | |
tree | d5fafec9bfc1b14f6b1c5da4d0c45beb2b4758b4 /print/cups/files | |
parent | c850f81b615ba9e58563fe40c1075ad3aea9ffa4 (diff) | |
download | pkgsrc-b23d2e86260aaa8ed2013bf77ad605b63e34b0ed.tar.gz |
Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk:
* Remove old DEINSTALL/INSTALL scripts.
* Move some text printed at POST-INSTALL time into the MESSAGE file.
* Adjust rc.d scripts to respect rc.conf settings, so that the
script may be directly copied into /etc/rc.d.
Diffstat (limited to 'print/cups/files')
-rw-r--r-- | print/cups/files/cupsd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh index 6a47ed84a57..8729933ec46 100644 --- a/print/cups/files/cupsd.sh +++ b/print/cups/files/cupsd.sh @@ -1,5 +1,7 @@ #! /bin/sh # +# $NetBSD: cupsd.sh,v 1.5 2001/11/19 16:23:11 jlam Exp $ +# # Common UNIX Printing System daemon # # PROVIDE: cupsd |