Browse Source

runit: changed to use prefix= instead of mangling sbindir

user/chris/test/early-mdev
Alejandro Mery 14 years ago
parent
commit
672a91c16f
  1. 7
      base/runit/runit.conf

7
base/runit/runit.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../runit/runit.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -14,7 +14,10 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
[ "$prefix" = usr ] && sbindir="/sbin"
if [ $prefix_auto = 1 ]; then
prefix=
set_confopt
fi
. $base/package/*/runit/djb-config admin $sbindir

Loading…
Cancel
Save