diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 16:52:18 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 16:52:18 +0000 |
commit | 5f89e614e58cbe49e98e15060d6d2c9d6d7d068a (patch) | |
tree | 056f32254fd22fa23bcb6da4da3a810ed081ca5f /print | |
parent | 99b9733d4e546f82a686d312ffb29d54cc9d3572 (diff) |
The last changes were too Linux centric (Michael doesn't have access to BSD
machine). So here now some bugfixes to make SETUP work again !
* SETUP: fix permissions of $SPOOLDIR
700 was to restrictive for BSD.
TODO: "clone" permissions of $SPOOL
* SETUP: bugfix: BSD needs /usr/sbin in PATH to find chown.
added /sbin as well, since this is unexpensive and possibly
needed for other systems.
* SETUP: cosmetic, reformat menues to still fit within 25 lines
* SETUP: fix: grep -c needs an argument (".") in echo "\c" | grep -c .
to work on FreeBSD and possibly other BSDs with GNU grep 2.4
Notes
Notes:
svn path=/head/; revision=32002
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 83e964436d95..720957741fe7 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -9,7 +9,7 @@ PORTNAME= apsfilter PORTVERSION= 6.0.0 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ -DISTFILES= apsfilter-current-25.08.2000.tar.bz2 +DISTFILES= apsfilter-current-26.08.2000.tar.bz2 MAINTAINER= andreas@FreeBSD.org diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index c95b498106f9..797a2d9334c5 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-current-25.08.2000.tar.bz2) = ed527bd8229118069b70ffecee48f51f +MD5 (apsfilter-current-26.08.2000.tar.bz2) = 5369a081514c8b3a6b2d701009770cb1 |