diff options
author | greid <greid@FreeBSD.org> | 2001-08-27 19:48:15 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-08-27 19:48:15 +0800 |
commit | 6f83103f717dc4bc5a1917022311dcfb9f43b808 (patch) | |
tree | f26aa2ed03deed73f93c14b78576c46f707482ab /print/cups/pkg-message | |
parent | 20e8d90a9c1435a9b94b3a130a4ae02545d25b20 (diff) | |
download | freebsd-ports-gnome-6f83103f717dc4bc5a1917022311dcfb9f43b808.tar.gz freebsd-ports-gnome-6f83103f717dc4bc5a1917022311dcfb9f43b808.tar.zst freebsd-ports-gnome-6f83103f717dc4bc5a1917022311dcfb9f43b808.zip |
Update to version 1.1.10 and give maintainership to submitter
PR: 29859
Submitted by: James Halstead <jah4007@cs.rit.edu>
Diffstat (limited to 'print/cups/pkg-message')
-rw-r--r-- | print/cups/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/cups/pkg-message b/print/cups/pkg-message index 2935218a830c..c9dd1ecedbef 100644 --- a/print/cups/pkg-message +++ b/print/cups/pkg-message @@ -4,3 +4,14 @@ CUPS is now installed. Please read the documentation in %%PREFIX%%/share/doc/cups/ for information on how to set up your printer to use CUPS. Basic template configuration files have been installed in %%PREFIX%%/etc/cups/ + +Please note that the cups port installs tools with conflicting names to the +freebsd printing system. At a minimum users PATH environment should have +%%PREFIX%%/bin before /usr/bin to use the correct tools. You may also +consider removing the freebsd printing tools and set NO_LPD=true in your +/etc/make.conf to prevent them building in future make world's. This would +not of course prevent them from being reinstalled during a binary upgrade. + +The relevant files for the freebsd printing system are: +/usr/bin/lp* /usr/sbin/lpc /usr/sbin/lpd /usr/share/man/cat*/lp* +/usr/share/man/man1/lp.* /usr/share/man/man1/lp[a-s,u-z]* |