Fix some pkglint warnings

This commit is contained in:
cheusov 2012-10-21 16:01:40 +00:00
parent 4d0dc473dc
commit 50da833fce
3 changed files with 21 additions and 18 deletions

View file

@ -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 @@ To complete installation, you must
- Users should add to their .login or .profile:
${PREFIX}/bin/check_sendfile
===========================================================================

View file

@ -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 @@ SUBST_VARS.makeconfig= PREFIX PKG_SYSCONFBASEDIR
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"

View file

@ -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/sendmsg
bin/sendfile
bin/utf7decode
bin/sf
bin/sm
bin/rf
bin/sendfile
bin/sendmsg
bin/sf
bin/sf_cleanup
bin/sfconf
bin/sfdconf
bin/sm
bin/utf7decode
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