pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/parpd/files An implementation of the Proxy ARP Dae...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc01a3331cfc
branches:  trunk
changeset: 551432:bc01a3331cfc
user:      roy <roy%pkgsrc.org@localhost>
date:      Mon Dec 15 15:55:42 2008 +0000

description:
An implementation of the Proxy ARP Daemon specified in RFC1027.

diffstat:

 net/parpd/files/parpd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2022b8ad97e4 -r bc01a3331cfc net/parpd/files/parpd.sh
--- a/net/parpd/files/parpd.sh  Mon Dec 15 15:39:39 2008 +0000
+++ b/net/parpd/files/parpd.sh  Mon Dec 15 15:55:42 2008 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: parpd.sh,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+# $NetBSD: parpd.sh,v 1.1.1.2 2008/12/15 15:55:42 roy Exp $
 #
 
 # PROVIDE: parpd
@@ -11,7 +11,7 @@
 name="parpd"
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
-required_files="@PKG_SYSCONFDIR@/${name}.conf"
+required_files="@PREFIX@/etc/${name}.conf"
 
 load_rc_config $name
 run_rc_command "$1"



Home | Main Index | Thread Index | Old Index