From 4d7f61e6a21a5aad3f4fc59bb5c2ca85d00e221c Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 22 May 2009 13:35:27 -0400 Subject: [PATCH] runit: changed djb menu to not use /{service,command,package} by default --- base/runit/config-djb.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/runit/config-djb.in b/base/runit/config-djb.in index 6d4e81306..f6e759a8a 100644 --- a/base/runit/config-djb.in +++ b/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