summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-09-08 01:38:58 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-09-08 01:38:58 +0000
commit32c2e8e217c3563c8491f7f64b2373207ec74d05 (patch)
tree7cc7290be6a21e197ff5e2c8440fcf6630546822 /net/netatalk
parentUpdate JadeTeX to 3.11, with better support for two-sided output. (diff)
- add pkg-message
- bump PORTREVISION PR: 30333 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=47519
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile4
-rw-r--r--net/netatalk/pkg-message8
2 files changed, 9 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 4482ae110581..e7cf817f46f8 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 1.5p7
+PORTREVISION= 1
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netatalk
@@ -78,9 +79,6 @@ post-install:
.for i in ${LINKS}
( cd ${PREFIX}/bin && ${LN} -sf megatron ${i} )
.endfor
-
-.if defined(WITH_PAM)
@${CAT} ${PKGMESSAGE}
-.endif
.include <bsd.port.mk>
diff --git a/net/netatalk/pkg-message b/net/netatalk/pkg-message
new file mode 100644
index 000000000000..61920187ed9a
--- /dev/null
+++ b/net/netatalk/pkg-message
@@ -0,0 +1,8 @@
+###
+You need to edit /etc/pam.conf to add support for netatalk. To do so, add the
+following three lines to this file:
+
+netatalk auth required pam_unix.so try_first_pass
+netatalk account required pam_unix.so try_first_pass
+netatalk session required pam_permit.so
+###