diff options
author | Roy Marples <roy@marples.name> | 2008-03-19 19:57:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-19 19:57:24 +0000 |
commit | 6159a32f39afc60d88602cc796cef6a395bb78bf (patch) | |
tree | 6b2471081a475c0c42b41bd7aca6a1a0e8fcdbe6 /init.d.BSD/moused.in | |
parent | 6d2e1f7addcf5ff6594d381845708229086d8d96 (diff) |
SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.
Diffstat (limited to 'init.d.BSD/moused.in')
-rw-r--r-- | init.d.BSD/moused.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/moused.in b/init.d.BSD/moused.in index c36110de..a0e97cdf 100644 --- a/init.d.BSD/moused.in +++ b/init.d.BSD/moused.in @@ -2,7 +2,7 @@ # Copyright 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. -mouse=${SVCNAME##*.} +mouse=${RC_SVCNAME##*.} if [ -n "${name}" -a "${mouse}" != "moused" ]; then moused_device=/dev/"${mouse}" pidfile=/var/run/moused-"${mouse}".pid |