buildroot/package/owfs
Arnout Vandecappelle ac940e023d owfs: add sysv init scripts
owserver is started unconditionally, but it needs the device(s) to
be specified at startup. Therefore a check for non-empty OWSERVER_ARGS
is added to the owserver start script.

owfs is started only if is built. It will connect to the owserver.
It will try to load the fuse module; if fuse is built-in or already
loaded, modprobe -q will fail silently. The filesystem will be mounted
on /dev/1wire, because it represents the 1-wire slave devices; also,
the bundled Debian init scripts mount it there. We have to create that
directory in the init script in case of devtmpfs, and we have to create
it in the rootfs for static /dev; for simplicity, just do both.

Users who want a setup without owserver need to remove the owserver
init script post-build and need to give appropriate defaults to owfs.

[Peter: fix mountpoint variable typo in S30owfs]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-27 00:53:16 +01:00
..
0001-configure.ac-check-for-localtime_r.patch
0002-compat.h-only-include-compat_netdb.h-if-needed.patch owfs: remove include of rpc/netdb.h 2016-03-10 23:51:08 +01:00
Config.in
owfs.hash
owfs.mk owfs: add sysv init scripts 2016-03-27 00:53:16 +01:00
S25owserver owfs: add sysv init scripts 2016-03-27 00:53:16 +01:00
S30owfs owfs: add sysv init scripts 2016-03-27 00:53:16 +01:00