pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/sendfile Fix some pkglint warnings
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad32aee499ac
branches: trunk
changeset: 610231:ad32aee499ac
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Sun Oct 21 16:01:40 2012 +0000
description:
Fix some pkglint warnings
diffstat:
net/sendfile/MESSAGE | 3 +++
net/sendfile/Makefile | 8 ++++----
net/sendfile/PLIST | 26 +++++++++++++-------------
3 files changed, 20 insertions(+), 17 deletions(-)
diffs (77 lines):
diff -r 3a9ecbc37615 -r ad32aee499ac net/sendfile/MESSAGE
--- a/net/sendfile/MESSAGE Sun Oct 21 15:52:10 2012 +0000
+++ b/net/sendfile/MESSAGE Sun Oct 21 16:01:40 2012 +0000
@@ -1,3 +1,5 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.3 2012/10/21 16:01:40 cheusov Exp $
To complete installation, you must
- add to /etc/services or equivalent, if missing:
@@ -13,3 +15,4 @@
- Users should add to their .login or .profile:
${PREFIX}/bin/check_sendfile
+===========================================================================
diff -r 3a9ecbc37615 -r ad32aee499ac net/sendfile/Makefile
--- a/net/sendfile/Makefile Sun Oct 21 15:52:10 2012 +0000
+++ b/net/sendfile/Makefile Sun Oct 21 16:01:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2011/07/07 03:06:24 mspo Exp $
+# $NetBSD: Makefile,v 1.32 2012/10/21 16:01:40 cheusov Exp $
#
DISTNAME= sendfile-2.1b
@@ -30,8 +30,8 @@
post-configure:
cd ${WRKSRC} &&${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} config
-OWN_DIRS+= ${VARBASE}/spool/sendfile
-OWN_DIRS_PERMS+= ${VARBASE}/spool/sendfile/LOG ${ROOT_USER} ${ROOT_GROUP} 700
-OWN_DIRS_PERMS+= ${VARBASE}/spool/sendfile/OUTGOING ${ROOT_USER} ${ROOT_GROUP} 1777
+OWN_DIRS+= ${VARBASE}/spool/sendfile
+OWN_DIRS_PERMS+=${VARBASE}/spool/sendfile/LOG ${ROOT_USER} ${ROOT_GROUP} 700
+OWN_DIRS_PERMS+=${VARBASE}/spool/sendfile/OUTGOING ${ROOT_USER} ${ROOT_GROUP} 1777
.include "../../mk/bsd.pkg.mk"
diff -r 3a9ecbc37615 -r ad32aee499ac net/sendfile/PLIST
--- a/net/sendfile/PLIST Sun Oct 21 15:52:10 2012 +0000
+++ b/net/sendfile/PLIST Sun Oct 21 16:01:40 2012 +0000
@@ -1,25 +1,25 @@
-@comment $NetBSD: PLIST,v 1.4 2011/06/01 11:21:01 is Exp $
-bin/sf_cleanup
-bin/sfdconf
-bin/sfconf
+@comment $NetBSD: PLIST,v 1.5 2012/10/21 16:01:40 cheusov Exp $
bin/check_sendfile
-bin/utf7encode
-bin/wlock
bin/fetchfile
bin/receive
+bin/rf
+bin/sendfile
bin/sendmsg
-bin/sendfile
+bin/sf
+bin/sf_cleanup
+bin/sfconf
+bin/sfdconf
+bin/sm
bin/utf7decode
-bin/sf
-bin/sm
-bin/rf
+bin/utf7encode
+bin/wlock
+man/man1/fetchfile.1
+man/man1/receive.1
man/man1/sendfile.1
man/man1/sendmsg.1
-man/man1/receive.1
-man/man1/fetchfile.1
+man/man1/utf7decode.1
man/man1/utf7encode.1
man/man1/wlock.1
-man/man1/utf7decode.1
man/man7/fetchfile.7
man/man8/sendfiled.8
sbin/sendfiled
Home |
Main Index |
Thread Index |
Old Index