Fix some pkglint warnings
This commit is contained in:
parent
4d0dc473dc
commit
50da833fce
3 changed files with 21 additions and 18 deletions
|
@ -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
|
||||
===========================================================================
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue