summaryrefslogtreecommitdiff
path: root/replace.sh
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-18 13:34:22 +1200
committerDavid Phillips <david@sighup.nz>2017-09-18 13:34:22 +1200
commitf93969f5c111deedc3b5830f743807372beeb9e3 (patch)
treee4a17df3b0e44853186dd843d20a52ead3f30064 /replace.sh
parentfe1533f144b681c6bcd51edb39bcbdbd264de7ea (diff)
downloadinitscripts-f93969f5c111deedc3b5830f743807372beeb9e3.tar.xz
Make more use of macro paths
Diffstat (limited to 'replace.sh')
-rwxr-xr-xreplace.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/replace.sh b/replace.sh
index 5bde2bd..0359b9b 100755
--- a/replace.sh
+++ b/replace.sh
@@ -11,6 +11,8 @@ sedargs=""
for var in \
BINDIR \
OPENRC_RUN \
+ SYSCONFDIR \
+ OPENRC_DIR \
; do
sedargs="${sedargs} -e s:\@${var}\@:${!var}:g "
done