svn commit: r378235 - head/net/freebsd-uucp
Dirk Meyer
dinoex at FreeBSD.org
Sun Feb 1 09:57:10 UTC 2015
Author: dinoex
Date: Sun Feb 1 09:57:08 2015
New Revision: 378235
URL: https://svnweb.freebsd.org/changeset/ports/378235
QAT: https://qat.redports.org/buildarchive/r378235/
Log:
- fix owner/group
Reported by: naddy
Modified:
head/net/freebsd-uucp/Makefile
head/net/freebsd-uucp/pkg-plist
Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile Sun Feb 1 09:54:09 2015 (r378234)
+++ head/net/freebsd-uucp/Makefile Sun Feb 1 09:57:08 2015 (r378235)
@@ -3,7 +3,7 @@
PORTNAME= freebsd-uucp
PORTVERSION= 1.07.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net comms ipv6
PKGNAMESUFFIX?= ${PAM_SUFFIX}${PKGNAMESUFFIX2}
Modified: head/net/freebsd-uucp/pkg-plist
==============================================================================
--- head/net/freebsd-uucp/pkg-plist Sun Feb 1 09:54:09 2015 (r378234)
+++ head/net/freebsd-uucp/pkg-plist Sun Feb 1 09:57:08 2015 (r378235)
@@ -1,10 +1,7 @@
-bin/uucp
bin/uulog
bin/uupick
bin/uusched
-bin/uustat
bin/uuto
-bin/uux
etc/mtree/uucp-var.mtree
etc/mtree/uucp-local.mtree
etc/periodic/daily/340.uucp
@@ -32,24 +29,20 @@ man/man8/uucico.8.gz
man/man8/uusched.8.gz
man/man8/uuxqt.8.gz
man/man8/uucpd.8.gz
- at exec chown uucp:uucp %D/etc/uucp
- at exec chmod 750 %D/etc/uucp
libexec/uucpd
- at group dialer
-bin/cu
+sbin/uuchk
+sbin/uuconv
+ at owner uucp
+bin/uucp
bin/uuname
-libexec/uucp/uucico
+bin/uux
@group uucp
libexec/uucp/uuxqt
- at group wheel
-sbin/uuchk
-sbin/uuconv
- at dirrmtry etc/mtree
- at dirrm etc/periodic/daily
- at dirrm etc/periodic/weekly
- at dirrm etc/periodic
- at dirrm etc/uucp
- at dirrm libexec/uucp
+ at group dialer
+bin/cu
+bin/uustat
+libexec/uucp/uucico
+ at owner
@exec pw usermod uucp -s %D/libexec/uucp/uucico
@exec mtree -deU -f %D/etc/mtree/uucp-var.mtree -p /var
@exec mtree -deU -f %D/etc/mtree/uucp-local.mtree -p %D
More information about the svn-ports-all
mailing list