Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8ca690c9
Commit
8ca690c9
authored
Sep 03, 2003
by
Mike Hibler
Browse files
export $DBDIR for mkjail.pl
parent
66d57ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/paths.pm
View file @
8ca690c9
...
...
@@ -7,7 +7,7 @@
package
emulabpaths
;
use
Exporter
;
@ISA
=
qw(Exporter)
;
@EXPORT
=
qw( $BINDIR $ETCDIR $VARDIR $BOOTDIR $LOGDIR $LOCKDIR )
;
@EXPORT
=
qw( $BINDIR $ETCDIR $VARDIR $BOOTDIR
$DBDIR
$LOGDIR $LOCKDIR )
;
#
# This path stuff will go away when the world is consistent. Until then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment