Browse Source

pound: removed capability to configure the prefix via 'Config'

stable/0.2
Christian Wiese 14 years ago
parent
commit
20e6b052b4
  1. 3
      network/pound/config.in
  2. 8
      network/pound/pound.conf

3
network/pound/config.in

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pound/config.in
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,8 +15,6 @@
if pkgcheck pound X
then
menu_begin MENU_PKG_POUND 'Pound Package Options'
text 'Install prefix for Pound package' \
SDECFG_PKG_POUND_PREFIX "opt/pound"
bool "Daemon support" SDECFG_PKG_POUND_DAEMON 1
bool "Supervisor process support" SDECFG_PKG_POUND_SUPER 1

8
network/pound/pound.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pound/pound.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,11 +14,7 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
if [ "$SDECFG_PKG_POUND_PREFIX" ] ; then
prefix="$SDECFG_PKG_POUND_PREFIX"
else
prefix="opt/pound"
fi
prefix="opt/pound"
set_confopt
fi

Loading…
Cancel
Save