diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-29 10:39:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-29 10:39:35 +0000 |
commit | baaf87b430efcf4e3a31370eddf83fc3d4b8c5b4 (patch) | |
tree | 4036f1009d4bcbbd3553b00a8c20858240abab62 /news/inn/files | |
parent | 0fcb7144a972c46943665e904ef7aa9e72ef71f6 (diff) | |
download | pkgsrc-baaf87b430efcf4e3a31370eddf83fc3d4b8c5b4.tar.gz |
* buildlink1 -> buildlink2
* Use gcc/buildlink2.mk instead of Makefile.gcc.
* Use the functionality on bsd.pkg.install.mk to generate INSTALL/DEINSTALL
scripts that match the functionality of the custom ones we're removing,
and handle the rc.d script automatically.
* Name the full paths of the binaries that are installed setuid.
Diffstat (limited to 'news/inn/files')
-rw-r--r-- | news/inn/files/innd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 7bf8f9eb15c..90494923e26 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: innd.sh,v 1.12 2002/08/27 15:27:03 grant Exp $ +# $NetBSD: innd.sh,v 1.13 2002/09/29 10:39:36 jlam Exp $ # # PROVIDE: inn # REQUIRE: DAEMON @@ -15,7 +15,7 @@ then if [ ! -f @PREFIX@/etc/nntp/domainname ] then - (set - X `grep ^fromhost: @INN_DATA_DIR@/etc/inn.conf` + (set - X `grep ^fromhost: @PKG_SYSCONFDIR@/inn.conf` if [ $# -eq 3 ] then echo $3 >@PREFIX@/etc/nntp/domainname |