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
787480c1
Commit
787480c1
authored
Dec 08, 2015
by
Mike Hibler
Browse files
Remove spurious references to exports_setup.
parent
0651c189
Changes
2
Hide whitespace changes
Inline
Side-by-side
db/nalloc.in
View file @
787480c1
#!/usr/bin/perl -w
#!/usr/bin/perl -w
#
#
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -48,7 +48,6 @@ my $partial = 0;
...
@@ -48,7 +48,6 @@ my $partial = 0;
#
#
my
$TB
=
"
@prefix
@
";
my
$TB
=
"
@prefix
@
";
my
$consetup
=
"
$TB
/libexec/console_setup
";
my
$consetup
=
"
$TB
/libexec/console_setup
";
my
$exportsetup
=
"
$TB
/sbin/exports_setup
";
my
$makeconf
=
"
$TB
/sbin/dhcpd_makeconf
";
my
$makeconf
=
"
$TB
/sbin/dhcpd_makeconf
";
#
#
...
...
tbsetup/setgroups.in
View file @
787480c1
...
@@ -65,12 +65,9 @@ my $ELABINELAB = @ELABINELAB@;
...
@@ -65,12 +65,9 @@ my $ELABINELAB = @ELABINELAB@;
my
$WIKISUPPORT
=
@WIKISUPPORT@
;
my
$WIKISUPPORT
=
@WIKISUPPORT@
;
my
$BUGDBSUPPORT
=
@BUGDBSUPPORT@
;
my
$BUGDBSUPPORT
=
@BUGDBSUPPORT@
;
my
$OPSDBSUPPORT
=
@OPSDBSUPPORT@
;
my
$OPSDBSUPPORT
=
@OPSDBSUPPORT@
;
my
$WITHZFS
=
@WITHZFS@
;
my
$ZFS_NOEXPORT
=
@ZFS_NOEXPORT@
;
my
$SETWIKIGROUPS
=
"
$TB
/sbin/setwikigroups
";
my
$SETWIKIGROUPS
=
"
$TB
/sbin/setwikigroups
";
my
$SETBUGDBGROUPS
=
"
$TB
/sbin/setbugdbgroups
";
my
$SETBUGDBGROUPS
=
"
$TB
/sbin/setbugdbgroups
";
my
$OPSDBCONTROL
=
"
$TB
/sbin/opsdb_control
";
my
$OPSDBCONTROL
=
"
$TB
/sbin/opsdb_control
";
my
$EXPORTSSETUP
=
"
$TB
/sbin/exports_setup
";
my
$ACCOUNTPROXY
=
"
$TB
/sbin/accountsetup
";
my
$ACCOUNTPROXY
=
"
$TB
/sbin/accountsetup
";
my
$SSH
=
"
$TB
/bin/sshtb
";
my
$SSH
=
"
$TB
/bin/sshtb
";
...
...
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