pax_global_header00006660000000000000000000000064111721013250014503gustar00rootroot0000000000000052 comment=eee8fa0ad99f000655176935befc2d012d7823b1 installer-feature-start-avahi-0.2/000075500000000000000000000000001117210132500172115ustar00rootroot00000000000000installer-feature-start-avahi-0.2/.gear-rules000064400000000000000000000000071117210132500212550ustar00rootroot00000000000000tar: . installer-feature-start-avahi-0.2/70-start-avahi.sh000075500000000000000000000003311117210132500222140ustar00rootroot00000000000000#!/bin/sh -e a= . install2-init-functions exec_chroot service messagebus start ||: exec_chroot service avahi-daemon start ||: ip -o a | cut -d: -f2 | cut -d' ' -f2 | uniq | xargs -i ip link set {} multicast on ||: installer-feature-start-avahi-0.2/installer-feature-start-avahi.spec000064400000000000000000000014301117210132500257320ustar00rootroot00000000000000Name: installer-feature-start-avahi Version: 0.2 Release: alt1 Summary: Installer stage3 avahi starter License: GPL Group: System/Configuration/Other Url: http://www.altlinux.org/Installer/beans BuildArch: noarch Packager: Anton V. Boyarshinov Source: %name-%version.tar Requires: avahi-daemon iproute2 %description This package contains Avahi start and enable multicast hook for installer stage3. %prep %setup %install %define hookdir %_datadir/install2/preinstall.d mkdir -p %buildroot%hookdir install -pm755 *.sh %buildroot%hookdir/ %files %hookdir/* %changelog * Fri Apr 17 2009 Anton V. Boyarshinov 0.2-alt1 - added starting messagebus before avahi * Thu Apr 09 2009 Anton V. Boyarshinov 0.1-alt1 - first build