diff options
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 |