diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-23 02:30:59 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-23 02:30:59 (GMT) |
commit | ab2849b21407d6753d6b5b800b9229ea1ee60b4a (patch) | |
tree | 243f466bb73eaaa2fd5fd3ce6e3151ce18b7edb6 /build_tools/clarch | |
parent | 54ad8b1ad13ef8da853a76c32649876b270a3dd3 (diff) | |
download | linhes_dev-ab2849b21407d6753d6b5b800b9229ea1ee60b4a.zip |
add avahi to startup & addedpacks.
Currently it's used to detect other LinHES MBE on the network.
This will probably change to use MythUPNP in the future, but for now this is whats used.
Diffstat (limited to 'build_tools/clarch')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 1 | ||||
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/rcconfx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks index 37c5ecc..2a358ff 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks @@ -140,6 +140,7 @@ mysql-python expect curl dnsutils +avahi #Wireless b43-fwcutter diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx b/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx index 23e671e..47ce29d 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx +++ b/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx @@ -15,5 +15,5 @@ USELVM="yes" #eth0="dhcp" -DAEMONS=(syslog-ng network mysqld dbus hal !slim sshd) +DAEMONS=(syslog-ng network mysqld dbus hal avahi-daemon !slim sshd) SPLASH="splashy" |