mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Simplify plist
This commit is contained in:
parent
d93608b8f1
commit
5b59cfe5c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369019
1 changed files with 5 additions and 23 deletions
|
@ -1,14 +1,10 @@
|
||||||
libexec/nullmailer/smtp
|
libexec/nullmailer/smtp
|
||||||
libexec/nullmailer/qmqp
|
libexec/nullmailer/qmqp
|
||||||
libexec/nullmailer/mailq
|
@(%%NULLMAIL_USER%%,,2555) libexec/nullmailer/mailq
|
||||||
@exec chmod u+s %D/libexec/nullmailer/mailq
|
|
||||||
@exec chown %%NULLMAIL_USER%% %D/libexec/nullmailer/mailq
|
|
||||||
libexec/nullmailer/sendmail
|
libexec/nullmailer/sendmail
|
||||||
bin/nullmailer-inject
|
bin/nullmailer-inject
|
||||||
bin/nullmailer-smtpd
|
bin/nullmailer-smtpd
|
||||||
sbin/nullmailer-queue
|
@(%%NULLMAIL_USER%%,,2555) sbin/nullmailer-queue
|
||||||
@exec chmod u+s %D/sbin/nullmailer-queue
|
|
||||||
@exec chown %%NULLMAIL_USER%% %D/sbin/nullmailer-queue
|
|
||||||
sbin/nullmailer-send
|
sbin/nullmailer-send
|
||||||
man/man1/nullmailer-inject.1.gz
|
man/man1/nullmailer-inject.1.gz
|
||||||
man/man1/sendmail.1.gz
|
man/man1/sendmail.1.gz
|
||||||
|
@ -17,20 +13,6 @@ man/man8/nullmailer-queue.8.gz
|
||||||
man/man8/nullmailer-send.8.gz
|
man/man8/nullmailer-send.8.gz
|
||||||
%%ETCDIR%%/me.sample
|
%%ETCDIR%%/me.sample
|
||||||
%%ETCDIR%%/remotes.sample
|
%%ETCDIR%%/remotes.sample
|
||||||
@dirrm libexec/nullmailer
|
@dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/nullmailer/queue
|
||||||
@dirrmtry %%ETCDIR%%
|
@dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/nullmailer/tmp
|
||||||
@cwd /
|
@dir %%LOCALSTATEDIR%%/nullmailer
|
||||||
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/queue
|
|
||||||
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer
|
|
||||||
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/queue
|
|
||||||
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/queue
|
|
||||||
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/queue
|
|
||||||
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
||||||
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
||||||
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
||||||
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
||||||
@exec mkfifo %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
||||||
@exec chmod 600 %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
||||||
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
||||||
@unexec rm -f %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
||||||
@dirrmtry %%LOCALSTATEDIR%%/nullmailer
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue