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
86621372
Commit
86621372
authored
Apr 12, 2011
by
David Johnson
Browse files
Bug fix: whoops, client service ctl not ready to support load env yet.
parent
bc0316c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
86621372
...
...
@@ -90,14 +90,11 @@ REPLACE INTO `client_services` VALUES (100,'rc.mounts','boot','every',0);
REPLACE
INTO
`client_services`
VALUES
(
110
,
'rc.blobs'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
120
,
'rc.topomap'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
130
,
'rc.accounts'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
130
,
'rc.accounts'
,
'load'
,
'first'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
140
,
'rc.route'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
150
,
'rc.tunnels'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
160
,
'rc.ifconfig'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
160
,
'rc.ifconfig'
,
'load'
,
'first'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
170
,
'rc.delays'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
180
,
'rc.hostnames'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
180
,
'rc.hostnames'
,
'load'
,
'first'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
190
,
'rc.lmhosts'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
200
,
'rc.trace'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
210
,
'rc.syncserver'
,
'boot'
,
'every'
,
0
);
...
...
@@ -115,7 +112,6 @@ REPLACE INTO `client_services` VALUES (1020,'rc.isup','boot','every',1);
REPLACE
INTO
`client_services`
VALUES
(
1030
,
'rc.startcmd'
,
'boot'
,
'every'
,
0
);
REPLACE
INTO
`client_services`
VALUES
(
1040
,
'rc.vnodes'
,
'boot'
,
'every'
,
1
);
REPLACE
INTO
`client_services`
VALUES
(
1050
,
'rc.subnodes'
,
'boot'
,
'every'
,
1
);
REPLACE
INTO
`client_services`
VALUES
(
80
,
'rc.localize'
,
'load'
,
'first'
,
0
);
--
-- Dumping data for table `event_eventtypes`
...
...
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