gcc484ntopperl-5.22
Last change
on this file since cd5d2d4 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
202 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | if ! (( `grep "/sbin/modprobe ztdummy" /etc/rc.d/rc.modules | wc -l` > 0 )); then |
---|
4 | depmod -a; |
---|
5 | echo "/sbin/modprobe ztdummy" >> /etc/rc.d/rc.modules || exit 1; |
---|
6 | /sbin/modprobe ztdummy |
---|
7 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.