Browse Source

runit: changed djb menu to not use /{service,command,package} by default

stable/0.6
Alejandro Mery 16 years ago committed by Christian Wiese
parent
commit
552ea393ed
  1. 3
      base/runit/config-djb.in

3
base/runit/config-djb.in

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../runit/config-djb.in
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -15,6 +16,6 @@
if pkgcheck "runit|daemontools" X; then
menu_begin MENU_DJB 'Package Options - D.J. Bernstein`s software and -like'
bool 'Use /package, /command and /service directories' SDECFG_PKG_DJB_LAYOUT 1
bool 'Use /package, /command and /service directories' SDECFG_PKG_DJB_LAYOUT 0
menu_end
fi

Loading…
Cancel
Save