summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-15 17:45:02 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-15 17:45:02 +0800
commit4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2 (patch)
treeaacfd3046e7a2497429fae83c1f980ee28e529fb /util
parentfac78f38cdcfff872f9ee08a153e8f068624aec8 (diff)
downloadpttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar.gz
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar.bz2
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar.lz
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar.xz
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.tar.zst
pttbbs-4eaaaf8838d50e22bdf0217e350fa8e92a9c14a2.zip
add $LYNX $GREP
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@471 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/LocalVars.pm.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/LocalVars.pm.sample b/util/LocalVars.pm.sample
index 2f93947e..04806da6 100644
--- a/util/LocalVars.pm.sample
+++ b/util/LocalVars.pm.sample
@@ -3,9 +3,9 @@ package LocalVars;
require Exporter;
@ISA = qw/Exporter/;
@EXPORT = qw/
- $hostname $FQDN $SMTPSERVER
+ $hostname $MYHOSTNAME $FQDN $SMTPSERVER
$BBSHOME $JOBSPOOL $TMP
- $TAR/;
+ $TAR $LYNX $GREP/;
# host
$hostname = 'ptt';
@@ -20,4 +20,5 @@ $TMP = '/tmp';
# program
$TAR = '/bin/tar';
-
+$LYNX = '/usr/local/bin/lynx';
+$GREP = '/usr/bin/grep';