projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0ca5a70
)
startup scripts
author
phma <phma@web>
Sun, 12 Jul 2009 05:04:05 +0000 (22:04 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Sun, 12 Jul 2009 05:04:05 +0000 (22:04 -0700)
docs/user/Comparison_with_Linux.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/user/Comparison_with_Linux.mdwn
b/docs/user/Comparison_with_Linux.mdwn
index
1a60c5d
..
6d6582e
100644
(file)
--- a/
docs/user/Comparison_with_Linux.mdwn
+++ b/
docs/user/Comparison_with_Linux.mdwn
@@
-82,3
+82,12
@@
Most of these disadvantages are curable, not inherent.
IDE disk partition | ad0s1a, ad0s1b, ... | hda1, hda2, ...
Ethernet | xl0 | eth0
"""]]
+
+### Commands
+
+[[!table data="""
+ **Feature** | **DragonFly** | **Linux**
+ Manage startup scripts | rcrun | chkconfig (Red Hat)/update-rc.d (Debian)
+"""]]
+
+*Some packages put their startup scripts in /usr/pkg/share/examples/rc.d/. You can put a symlink in /etc/rc.d or copy the script there.