From 079c689ef9b252fd82dbf9b182ec2517c48f8737 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 12 Jul 2011 14:15:20 +0000 Subject: Tue Jul 12 14:15:20 UTC 2011 --- extra/avahi/avahi-daemon-dbus.patch | 11 ----------- extra/avahi/avahi.install | 21 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 extra/avahi/avahi-daemon-dbus.patch delete mode 100644 extra/avahi/avahi.install (limited to 'extra/avahi') diff --git a/extra/avahi/avahi-daemon-dbus.patch b/extra/avahi/avahi-daemon-dbus.patch deleted file mode 100644 index ef7272082..000000000 --- a/extra/avahi/avahi-daemon-dbus.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -aur old/initscript/archlinux/avahi-daemon.in new/initscript/archlinux/avahi-daemon.in ---- old/initscript/archlinux/avahi-daemon.in 2010-06-29 05:30:35.000000000 +0200 -+++ new/initscript/archlinux/avahi-daemon.in 2011-06-07 12:20:03.237701492 +0200 -@@ -33,6 +33,7 @@ - - case "$1" in - start) -+ ck_daemon dbus && /etc/rc.d/dbus start - stat_busy "Starting $DESC" - $DAEMON -D > /dev/null 2>&1 - if [ $? -gt 0 ]; then diff --git a/extra/avahi/avahi.install b/extra/avahi/avahi.install deleted file mode 100644 index 7c75c3dd4..000000000 --- a/extra/avahi/avahi.install +++ /dev/null @@ -1,21 +0,0 @@ -post_install() { - getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null - getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s /bin/false -c avahi avahi >/dev/null - - cat < The following daemons may be added to DAEMONS in /etc/rc.conf: -==> avahi-daemon: the mdns responder, you probably want this. -==> dbus needs to be running when you start it. -==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns -==> configuration on dhcp-less networks. - -==> To use some of the client applications you will have to install python. -==> In addition, pygtk is required for the graphical ones and -==> twisted for avahi-bookmarks. -EOF -} - -post_remove() { - getent passwd avahi &>/dev/null && userdel avahi >/dev/null - getent group avahi &>/dev/null && groupdel avahi >/dev/null -} -- cgit v1.2.3-54-g00ecf