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
e847efa9
Commit
e847efa9
authored
Jun 22, 2001
by
Robert Ricci
Browse files
rc file (intented to be used in /usr/local/etc/rc.d) to start up cvsupd
parent
4f5489f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
rc.d/cvsupd.sh
0 → 100755
View file @
e847efa9
#!/bin/sh
if
[
-x
/usr/local/sbin/cvsupd
]
;
then
/usr/local/sbin/cvsupd
-l
/var/log/cvsup.log
-C
100
-b
/usr/testbed/sup
fi
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