diff options
author | jlam <jlam> | 2002-09-29 10:39:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-29 10:39:35 +0000 |
commit | d06802d1fb8139434e9e46f1ba5a9c26a99cafe8 (patch) | |
tree | 4036f1009d4bcbbd3553b00a8c20858240abab62 /news/inn/files/innd.sh | |
parent | cfa8030925d3952e585ab3d62fc6002fa7ff4d43 (diff) | |
download | pkgsrc-d06802d1fb8139434e9e46f1ba5a9c26a99cafe8.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/innd.sh')
-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 |