summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-11-22 16:16:26 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-11-22 16:16:26 +0000
commit3164655e5d480a7653b9db617d603a6ba9760bb6 (patch)
tree9b0df2cae450bb6e330996c174f2dc234bc71006 /sysutils
parent6d1ba34529bbc27b4fa8604b30f3ef06aff1dafb (diff)
downloadpkgsrc-3164655e5d480a7653b9db617d603a6ba9760bb6.tar.gz
VARBASE/run/hal -> VARBASE/run/hald
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/files/hal.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/files/hal.sh b/sysutils/hal/files/hal.sh
index f2aa6d89e94..a9c249ba7d2 100644
--- a/sysutils/hal/files/hal.sh
+++ b/sysutils/hal/files/hal.sh
@@ -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 @@ command="@PREFIX@/sbin/hald"
start_precmd=hal_prestart
hal_prestart() {
- dir="@VARBASE@/run/hal"
+ dir="@VARBASE@/run/hald"
if @TEST@ ! -d $dir; then
@MKDIR@ $dir
@CHMOD@ 0755 $dir