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
08eb1bf1
Commit
08eb1bf1
authored
Feb 17, 2006
by
Leigh B. Stoller
Browse files
Add the mysqld startup script for ops, which is basically the same
except that we do not "skip grant tables" on ops.
parent
9689abbc
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure
View file @
08eb1bf1
...
...
@@ -2351,7 +2351,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
vis/floormap vis/webfloormap
\
rc.d/GNUmakefile rc.d/2.mysql-server.sh rc.d/3.testbed.sh
\
rc.d/2.elvind.sh rc.d/3.plab.sh rc.d/2.dhcpd.sh rc.d/3.and.sh
\
tools/GNUmakefile
\
tools/GNUmakefile
rc.d/1.mysql-server.sh
\
tools/pcapper/GNUmakefile tools/teachswitch/GNUmakefile
\
tools/webcamapplet/GNUmakefile tools/whol/GNUmakefile
\
tools/selectapplet/GNUmakefile
\
...
...
configure.in
View file @
08eb1bf1
...
...
@@ -789,7 +789,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
vis/floormap vis/webfloormap \
rc.d/GNUmakefile rc.d/2.mysql-server.sh rc.d/3.testbed.sh \
rc.d/2.elvind.sh rc.d/3.plab.sh rc.d/2.dhcpd.sh rc.d/3.and.sh \
tools/GNUmakefile \
tools/GNUmakefile
rc.d/1.mysql-server.sh
\
tools/pcapper/GNUmakefile tools/teachswitch/GNUmakefile \
tools/webcamapplet/GNUmakefile tools/whol/GNUmakefile \
tools/selectapplet/GNUmakefile \
...
...
rc.d/1.mysql-server.sh.in
View file @
08eb1bf1
#!/bin/sh
#
# This is the version for ops. My apologies for the naming sillyness.
#
case
"
$1
"
in
start
)
...
...
rc.d/GNUmakefile.in
View file @
08eb1bf1
...
...
@@ -10,7 +10,7 @@ include $(OBJDIR)/Makeconf
RC_SCRIPTS = 2.mysql-server.sh 3.testbed.sh 2.elvind.sh 1.named.sh \
2.dhcpd.sh 1.mysql-client.sh
OPS_SCRIPTS = 2.elvind.sh 3.and.sh 1.mysql-client.sh
OPS_SCRIPTS = 2.elvind.sh 3.and.sh 1.mysql-client.sh
1.mysql-server.sh
#
# Force dependencies to make sure configure regenerates if the .in file
...
...
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