diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
commit | db413244c100322f6d3f1e786bfc25cd5faf1a45 (patch) | |
tree | 2882387616c92b6edb047d960dfb306df707aa23 /news/ifmail/pkg-plist | |
parent | 4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff) | |
download | FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.zip FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.gz |
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
Diffstat (limited to 'news/ifmail/pkg-plist')
-rw-r--r-- | news/ifmail/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/ifmail/pkg-plist b/news/ifmail/pkg-plist index 3a590bd..a2b449c 100644 --- a/news/ifmail/pkg-plist +++ b/news/ifmail/pkg-plist @@ -1,3 +1,7 @@ +@exec if ! pw usershow ifmail 2>/dev/null; then pw useradd ifmail -g uucp -u 70 -h - -d /nonexistent -s /nonexistent -c "Ifmail Server"; fi +@unexec if pw usershow ifmail | grep -q 70:70; then pw userdel ifmail; fi +@owner ifmail +@group uucp libexec/ifmail/ifcico libexec/ifmail/ifindex libexec/ifmail/ifmail @@ -8,6 +12,8 @@ libexec/ifmail/ifstat libexec/ifmail/iftoss libexec/ifmail/ifunpack libexec/ifmail/nlpatch +@owner +@group @dirrm libexec/ifmail %%PORTDOCS%%share/doc/ifmail/README %%PORTDOCS%%share/doc/ifmail/README.ifcico |