cvs commit: ports/mail/popfile Makefile ports/mail/popfile/files
popfile.sh
Makoto Matsushita
matusita at FreeBSD.org
Fri Mar 26 21:11:22 PST 2004
matusita 2004/03/26 21:11:21 PST
FreeBSD ports repository
Modified files:
mail/popfile Makefile
mail/popfile/files popfile.sh
Log:
New features to popfile.sh startup script, including:
- The default working directory can be tweaked by user; if
POPFILE_USER variable is defined before, use it simply.
- If POPFILE_USER variable is not defined, the script default
is either ${HOME}/.popfile (old default) or /var/db/popfile
if ${HOME} variable is not defined or defined as null string.
- If ${POPFILE_USER} directory cannot be made, exit with error.
Most casual users shouldn't affect this change, however, the script
itself is changed, so bump PORTREVISION.
Inspired from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/14635
(in Japanese)
Revision Changes Path
1.8 +1 -1 ports/mail/popfile/Makefile
1.2 +18 -3 ports/mail/popfile/files/popfile.sh
More information about the cvs-ports
mailing list