Hi, I followed your tutorials (great work, by the way) for openwrt, but I wanted to have thttpd webserver installed on my usb device, and I actually succeed and it is working, but only if I start it manually, the S80thttpd script does not work (placed both int /etc/init.d and /opt/etc/init.d) (S98optfiles runs as well)
log says this:
Sep 24 22:44:56 (none) user.info : /etc/init.d/S80thttpd: 2: thttpd: not found
Sep 24 22:44:56 (none) user.info : /etc/init.d/S99done: 3: cannot create /proc/sys/diag: Directory nonexistent
Sep 24 22:44:56 (none) user.info : : /opt/etc/init.d/S80thttpd: 2: thttpd: not found
Sep 24 22:44:56 (none) user.info : /opt/etc/init.d/S80thttpd: 2: thttpd: not found
I think that the problem is that these scripts are executed before usb is mounted as /opt and so the thttpd can be called. However, I am not able to write a script, that would overcome this (my knowledge of linux cripting is very limited:-))
Can anybody help (at least an idea how to write a cript, ergo, what commands to use?