Date: Sun, 17 Jun 2001 18:07:45 +0000 From: James Halstead <James_Bond_79@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org, James_Bond_79@yahoo.com Cc: freebsd-ports@FreeBSD.org, greid@dogma.freebsd-uk.eu.org Subject: Re: ports/28209: Update port: cups Message-ID: <01061718074501.13565@Halstead007>
next in thread | raw e-mail | index | archive | help
Here are new versions of pkg-message and pkg-plist to add to the update. The port does create the /var/spool/cups properly. I think I'm done now...hope it helps. --- pkg-message.orig Sun Jun 17 14:03:30 2001 +++ pkg-message Sun Jun 17 13:04:58 2001 @@ -5,3 +5,14 @@ on how to set up your printer to use CUPS. Basic template configuration files have been installed in %%PREFIX%%/etc/cups/ +If you want to use cups as your default printing system, then make sure to +edit the PATH variable of your users to have %%PREFIX%%/bin come _before_ +/usr/bin. This will override the default bsd lpr programs. Alternatively, +you can remove the bsd lpr programs and man pages, then set "NO_LPR=true" +in /etc/make.conf to prevent them from getting re-installed. + +You can execute the following two commands to remove the bsd printing system: +rm /usr/bin/lp* /usr/sbin/lpc /usr/sbin/lpd /usr/share/man/cat*/lp* +rm /usr/share/man/man1/lp.* /usr/share/man/man1/lp[a-s,u-z]* + + --- pkg-plist.orig Wed Jan 10 12:07:59 2001 +++ pkg-plist Sun Jun 17 13:18:33 2001 @@ -132,6 +132,7 @@ share/cups/fonts/ZapfChancery-MediumItalic share/cups/fonts/ZapfDingbats share/cups/model/deskjet.ppd +share/cups/model/deskjet2.ppd share/cups/model/epson24.ppd share/cups/model/epson9.ppd share/cups/model/laserjet.ppd @@ -319,9 +320,6 @@ @dirrm share/locale/fr @dirrm share/locale/it @dirrm share/locale -@dirrm var/log/cups -@dirrm var/log -@dirrm var/spool/cups/tmp -@dirrm var/spool/cups -@dirrm var/spool -@dirrm var +@unexec rmdir /var/spool/cups/tmp || true +@unexec rmdir /var/spool/cups || true +@unexec rmdir /var/log/cups || true James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01061718074501.13565>