1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Make pkg-install not to create wrong file in /var/qmail/alias.

PR:		81467
Submitted by:	Renato Botelho (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-05-25 19:11:25 +00:00
parent 29a38c92be
commit 8922b5cb8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136124

View File

@ -98,7 +98,7 @@ case "POST-INSTALL":
%%RCDLINK%%ln -s ${PKG_PREFIX}/rc %%LOCALBASE%%/etc/rc.d/qmail.sh;
touch "${PKG_PREFIX}/alias/.qmail-{postmaster,root,mailer-daemon}";
touch ${PKG_PREFIX}/alias/.qmail-{postmaster,root,mailer-daemon};
if ($status) then
echo "Failed to create files :";