pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hal/files VARBASE/run/hal -> VARBASE/run/hald



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf633adae73c
branches:  trunk
changeset: 550470:cf633adae73c
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sat Nov 22 16:16:26 2008 +0000

description:
VARBASE/run/hal -> VARBASE/run/hald

diffstat:

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

diffs (20 lines):

diff -r 56d5dc2709df -r cf633adae73c sysutils/hal/files/hal.sh
--- a/sysutils/hal/files/hal.sh Sat Nov 22 15:34:32 2008 +0000
+++ b/sysutils/hal/files/hal.sh Sat Nov 22 16:16:26 2008 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: hal.sh,v 1.1.1.1 2008/11/22 15:20:51 jmcneill Exp $
+# $NetBSD: hal.sh,v 1.2 2008/11/22 16:16:26 jmcneill Exp $
 #
 # PROVIDE: hal
 # REQUIRE: DAEMON dbus
@@ -14,7 +14,7 @@
 start_precmd=hal_prestart
 
 hal_prestart() {
-       dir="@VARBASE@/run/hal"
+       dir="@VARBASE@/run/hald"
        if @TEST@ ! -d $dir; then
                @MKDIR@ $dir
                @CHMOD@ 0755 $dir



Home | Main Index | Thread Index | Old Index