summaryrefslogtreecommitdiffstats
path: root/sample/LocalVars.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sample/LocalVars.pm')
-rw-r--r--sample/LocalVars.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/sample/LocalVars.pm b/sample/LocalVars.pm
index 1f24872d..a2ad4ab5 100644
--- a/sample/LocalVars.pm
+++ b/sample/LocalVars.pm
@@ -5,7 +5,9 @@ require Exporter;
@EXPORT = qw/
$hostname $MYHOSTNAME $FQDN $SMTPSERVER
$BBSHOME $JOBSPOOL $TMP
- $TAR $LYNX $GREP/;
+ $TAR $LYNX $GREP
+ $BLOGDATA
+/;
# host
$hostname = 'ptt';
@@ -22,3 +24,6 @@ $TMP = '/tmp';
$TAR = '/usr/bin/tar';
$LYNX = '/usr/local/bin/lynx'; # /usr/ports/www/lynx
$GREP = '/usr/bin/grep';
+
+# blog
+$BLOGDATA = '/home/bbs/blog/data';