#! /bin/sh

#
# You hopefully don't need to change these.
#

# Path for most system binaries.
PATH_SYS="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"

# Path for admin binaries. Use this one if you have name clashes in
# binaries for admin and non-admin purposes.
PATH_SBIN="/sbin:/usr/sbin:/usr/local/sbin"

# Program that controls Apache.
APACHE_CTL="/usr/local/apache/sbin/apachectl"

# Path of Squid.
SQUID="/usr/local/squid/bin/squid"

# Configuration directory of cfengine.
CFINPUTS="/usr/local/share/cfengine"

# Path to the X11 binaries.
PATH_X11="/usr/X11R6/bin"

# Directory of the rc.news script to start innd.
NEWS_RC="/usr/local/news/bin"

# Directory of ctlinnd to stop innd.
NEWS_BIN="/usr/local/news/bin"

# How to call the setserial program.
SETSERIAL="/sbin/setserial -b"

# Extensions to distinguish between accounting tools for Linux 2.0.x and
# 2.1.x
ACCT20_EXT=""
ACCT21_EXT="-2.1"

# Name of the accounting file.
ACCT_FILE="/var/account/pacct"

#
# These should be determined automatically.
#
BIN_BASENAME="/bin/basename"
BIN_CAT="/bin/cat"
BIN_CLOCK="/sbin/hwclock"
BIN_CP="/bin/cp"
BIN_CUT="/bin/cut"
BIN_DEPMOD="/sbin/depmod"
BIN_FSCK="/sbin/fsck"
BIN_FUSER="/bin/fuser"
BIN_FWSETUP="/sbin/ipfwadm"
BIN_FWSETUP2="/sbin/ipchains"
BIN_HOSTNAME="/bin/hostname"
BIN_IFCONFIG="/sbin/ifconfig"
BIN_KERNELD="/sbin/kerneld"
BIN_KILL="/bin/kill"
BIN_LS="/bin/ls"
BIN_MODPROBE="/sbin/modprobe"
BIN_MOUNT="/bin/mount"
BIN_ROUTE="/sbin/route"
BIN_RM="/bin/rm"
BIN_SLEEP="/bin/sleep"
BIN_UMOUNT="/bin/umount"
BIN_UNAME="/bin/uname"

#
# You most likely don't want to change these.
#

# Path where most network daemons live.
NET="/usr/sbin"

# Path where most PID files live.
RUN="/var/run"
