|
Revision 20, 418 bytes
(checked in by alkahan, 2 years ago)
|
Correction des droits d'accès sur les script. correction du format de certains fichiers
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
|
|---|
| 3 |
if grep biminutely /etc/init.d/S51crond >> /dev/null; then |
|---|
| 4 |
echo >> /dev/null |
|---|
| 5 |
else |
|---|
| 6 |
sed '/hourly/i*/2 * * * * \/usr\/sbin\/cron.biminutely' /etc/init.d/S51crond > /etc/init.d/S51crond.new |
|---|
| 7 |
|
|---|
| 8 |
mv /etc/init.d/S51crond.new /etc/init.d/S51crond |
|---|
| 9 |
fi |
|---|
| 10 |
|
|---|
| 11 |
##############"dyndns"#################" |
|---|
| 12 |
|
|---|
| 13 |
# nvram set dyndns_user='' |
|---|
| 14 |
# nvram set dyndns_pass='' |
|---|
| 15 |
# nvram set dyndns_url='' |
|---|
| 16 |
|
|---|
| 17 |
# nvram commit > /dev/null 2>&1 |
|---|
| 18 |
|
|---|
| 19 |
|
|---|