summaryrefslogtreecommitdiffstats
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
commit863d174dff1c6f542b92d766a99462bef319349a (patch)
treeb752ba85cbe6616f4131bd887ba9820d5b79952d
parentf8bf9ebaa124a041eb54d2a287136db2fb2f8a92 (diff)
downloadpttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar.gz
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar.bz2
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar.lz
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar.xz
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.tar.zst
pttbbs-863d174dff1c6f542b92d766a99462bef319349a.zip
add $LYNX $GREP
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@471 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/LocalVars.pm.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/pttbbs/util/LocalVars.pm.sample b/pttbbs/util/LocalVars.pm.sample
index 2f93947e..04806da6 100644
--- a/pttbbs/util/LocalVars.pm.sample
+++ b/pttbbs/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';