pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/uucp Correctly specify the location of uucico for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/605a120f3b0c
branches:  trunk
changeset: 532607:605a120f3b0c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 24 13:56:27 2007 +0000

description:
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:

 net/uucp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 72cf791aa9cd -r 605a120f3b0c net/uucp/Makefile
--- a/net/uucp/Makefile Fri Aug 24 11:18:26 2007 +0000
+++ b/net/uucp/Makefile Fri Aug 24 13:56:27 2007 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index