Browse Source

pureftpd: changed to use default prefix instead of 'opt/pureftpd'

stable/0.2
Christian Wiese 14 years ago
parent
commit
93434a454a
  1. 6
      network/pureftpd/pureftpd.conf

6
network/pureftpd/pureftpd.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pureftpd/pureftpd.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -12,11 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/pureftpd"
set_confopt
fi
# checking for LDAP support
if pkginstalled openldap ; then
pkgprefix -t openldap

Loading…
Cancel
Save