diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-07 21:15:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-07 21:15:53 +0000 |
commit | e6544990e544f72f6d77c63f8f61e6f99cb35066 (patch) | |
tree | c2f978927f704c85990090670347368aaea94e9b /net/freebsd-uucp | |
parent | 7b16bd08346b71acbc14f24529a027f6d134a3a9 (diff) | |
download | ports-e6544990e544f72f6d77c63f8f61e6f99cb35066.tar.gz ports-e6544990e544f72f6d77c63f8f61e6f99cb35066.zip |
Notes
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index 67e86fc4fc8f..b6f25f2f052a 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -79,6 +79,11 @@ post-install: ${ECHO_CMD} "suucp 4031/tcp #UUCP over SSL"; \ ${ECHO_CMD} "suucp 4031/udp #UUCP over SSL" ) \ > ${DESTDIR}/etc/services +.if !defined(BATCH) + @if test "$$(pw usershow uucp)" != "uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:${PREFIX}/libexec/uucp/uucico"; then \ + pw usermod uucp -s ${PREFIX}/libexec/uucp/uucico; fi + @pw usershow uucp +.endif @${ECHO_MSG} "Use the 'make upgrade' command to copy your old configuration" @${ECHO_MSG} "files from /etc/uucp to the new location in ${PREFIX}/etc/uucp" @${ECHO_MSG} |