freebsd-ports/mail/qmail/files/bootfiles.sed.in
Sergey Matveychuk f49371e1f6 o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
  when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
  shell script that is installed on /var/qmail/scripts. Change messages
  reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy

PR:		ports/79094
Submitted by:	maintainer
2005-05-05 20:03:10 +00:00

15 lines
223 B
Sed

s!QMAIL/!%%PREFIX%%/!
s!^\(exec\)!case "\$1" in\
start)\
\ \1!
s!\(qmail\)$!\1\&\
\ exit 0\
\ ;;\
stop)\
\ exec killall qmail-send\
\ ;;\
*)\
\ %%ECHO_CMD%% "Usage: `basename \$0` {start|stop}" >\&2\
\ exit 64\
\ ;;\
esac!