diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-24 13:56:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-24 13:56:27 +0000 |
commit | 684ff53568358cbbf730bedbd807193a45f48b49 (patch) | |
tree | f7ef61c16ee1c5c2fb4ce234f6f9b912a461e470 /net/uucp | |
parent | ae22f255c916ba2c8eef1ac2c145438654522ec2 (diff) | |
download | pkgsrc-684ff53568358cbbf730bedbd807193a45f48b49.tar.gz |
Correctly specify the location of uucico for the "uucp" user's shell.
This fixes PR pkg/36695 by Jim Bernard.
Bump PKGREVISION to 5.
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile index e6dd2e93990..82f7d2f323c 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2007/07/04 20:54:54 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2007/08/24 13:56:27 jlam Exp $ DISTNAME= uucp-1.07 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=uucp/} @@ -30,7 +30,7 @@ PKG_USERS_VARS+= UUCP_USER PKG_GECOS.${UUCP_USER}= UNIX-to-UNIX Copy PKG_HOMES.${UUCP_USER}= ${UUCP_PUBDIR} -PKG_SHELL.${UUCP_USER}= ${PREFIX}/libexec/uucp/uucico +PKG_SHELL.${UUCP_USER}= ${PREFIX}/sbin/uucico INFO_FILES= # PLIST |