Skip to content
GitLab
Menu
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
f19c1266
Commit
f19c1266
authored
Jun 28, 2010
by
Leigh B Stoller
Browse files
Hmm, lost CHMOD variable.
parent
59db2f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/liblocsetup.pm
View file @
f19c1266
...
...
@@ -12,8 +12,8 @@ package liblocsetup;
use
Exporter
;
@ISA
=
"
Exporter
";
@EXPORT
=
qw (
$CP
$EGREP
$NFSMOUNT
$UMOUNT
$TMPASSWD
$SFSSD
$SFSCD
$RPMCMD
$HOSTSFILE
$LOOPBACKMOUNT
qw (
$CP
$EGREP
$NFSMOUNT
$UMOUNT
$TMPASSWD
$SFSSD
$SFSCD
$RPMCMD
$HOSTSFILE
$LOOPBACKMOUNT
$CHMOD
os_account_cleanup
os_ifconfig_line
os_etchosts_line
os_setup
os_groupadd
os_useradd
os_userdel
os_usermod
os_mkdir
os_ifconfig_veth
os_viface_name
os_modpasswd
...
...
@@ -68,6 +68,7 @@ $SFSCD = "/usr/local/sbin/sfscd";
$RPMCMD
=
"
/usr/local/bin/rpm
";
$HOSTSFILE
=
"
/etc/hosts
";
$WGET
=
"
/usr/local/bin/wget
";
$CHMOD
=
"
/bin/chmod
";
#
# These are not exported
...
...
tmcd/linux/liblocsetup.pm
View file @
f19c1266
...
...
@@ -13,7 +13,7 @@ use Exporter;
@ISA
=
"
Exporter
";
@EXPORT
=
qw (
$CP
$EGREP
$NFSMOUNT
$UMOUNT
$TMPASSWD
$SFSSD
$SFSCD
$RPMCMD
$HOSTSFILE
$LOOPBACKMOUNT
$TMGROUP
$TMSHADOW
$TMGSHADOW
$HOSTSFILE
$LOOPBACKMOUNT
$TMGROUP
$TMSHADOW
$TMGSHADOW
$CHMOD
os_account_cleanup
os_ifconfig_line
os_etchosts_line
os_setup
os_groupadd
os_useradd
os_userdel
os_usermod
os_mkdir
os_ifconfig_veth
os_viface_name
os_modpasswd
...
...
@@ -77,6 +77,7 @@ $SFSCD = "/usr/local/sbin/sfscd";
$RPMCMD
=
"
/bin/rpm
";
$HOSTSFILE
=
"
/etc/hosts
";
$WGET
=
"
/usr/bin/wget
";
$CHMOD
=
"
/bin/chmod
";
#
# These are not exported
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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