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
a95a3116
Commit
a95a3116
authored
Sep 27, 2003
by
Robert Ricci
Browse files
Hmm, chown is in /usr/sbin/, but chgrp is in /usr/bin/. That makes a
lot of sense.
parent
6448387a
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
a95a3116
...
...
@@ -37,7 +37,7 @@ my $BOSSNODE = '@BOSSNODE@';
my
$SH
=
"
/bin/sh
";
my
$CHMOD
=
"
/bin/chmod
";
my
$CHGRP
=
"
/usr/bin/chgrp
";
my
$CHOWN
=
"
/usr/bin/chown
";
my
$CHOWN
=
"
/usr/
s
bin/chown
";
my
$PWD
=
"
/bin/pwd
";
my
$PW
=
"
/usr/sbin/pw
";
my
$PATCH
=
"
/usr/bin/patch
";
...
...
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