freewrt_1_0
freewrt_2_0
|
Last change
on this file since e4ba301 was e4ba301, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
- add a specific preinit.arch which executes brcm specific stuff
- for squashfs based images, use mini_fo as default, no ugly symlinks anymore
- add a "version" command, which can be used later, to exactly know which
FreeWRT version is used (good for postinst scripts and bugreports),
some users like to recreate the shell banner, but still need to know which
version is used
- remove nvram sepcific stuff from some of the startup scripts, like
syslogd startup params
- add some checks if ldd / arp is installed in /etc/profile
git-svn-id: svn://www.freewrt.org/trunk/freewrt@182 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100755
|
|
File size:
124 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | ${FAILSAFE:+exit}
|
|---|
| 3 |
|
|---|
| 4 | syslogd -C 16
|
|---|
| 5 | klogd
|
|---|
| 6 |
|
|---|
| 7 | for i in /etc/init.d/S*; do
|
|---|
| 8 | $i start 2>&1
|
|---|
| 9 | done | logger -s -p 6 -t '' &
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.