Browse Source

inetutils: enhanced .conf to coexist with similar packages

user/chris/old/ruby
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
0acdcf6b87
  1. 74
      network/inetutils/inetutils.conf

74
network/inetutils/inetutils.conf

@ -0,0 +1,74 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../inetutils/inetutils.conf
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--with-wrap'
makeinstopt="$makeopt install-exec"
# disable functions if provided by other packages.
#
if pkginstalled tftp-hpa || pkginstalled netkit-tftp; then
var_append confopt ' ' '--disable-tftpd'
var_append confopt ' ' '--disable-tftp'
fi
if pkginstalled traceroute; then
var_append confopt ' ' '--disable-traceroute'
fi
if pkginstalled netkit-rsh; then
var_append confopt ' ' '--disable-rsh'
var_append confopt ' ' '--disable-rshd'
var_append confopt ' ' '--disable-rcp'
var_append confopt ' ' '--disable-rlogin'
var_append confopt ' ' '--disable-rlogind'
var_append confopt ' ' '--disable-rexecd'
fi
if pkginstalled netkit-telnet; then
var_append confopt ' ' '--disable-telnet'
var_append confopt ' ' '--disable-telnetd'
fi
if pkginstalled netkit-base; then
var_append confopt ' ' '--disable-inetd'
var_append confopt ' ' '--disable-ping'
fi
if pkginstalled netkit-ftp; then
var_append confopt ' ' '--disable-ftp'
var_append confopt ' ' '--disable-ftpd'
fi
if pkginstalled coreutils; then
var_append confopt ' ' '--disable-hostname'
fi
if pkginstalled whois; then
var_append confopt ' ' '--disable-whois'
fi
if pkginstalled util-linux-ng; then
var_append confopt ' ' '--disable-logger'
fi
if pkginstalled sysklogd; then
var_append confopt ' ' '--disable-syslogd'
fi
if pkginstalled netkit-ntalk; then
var_append confopt ' ' '--disable-talk'
var_append confopt ' ' '--disable-talkd'
fi
Loading…
Cancel
Save