Browse Source

[runit] fixed to not create ${root}sbin/

early
Alejandro Mery 17 years ago
parent
commit
f1970b4c48
  1. 3
      base/runit/runit.conf

3
base/runit/runit.conf

@ -2,6 +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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -13,7 +14,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
[ "$prefix" = usr ] && sbindir="sbin"
[ "$prefix" = usr ] && sbindir="/sbin"
. $base/package/*/runit/djb-config admin $sbindir

Loading…
Cancel
Save