pax_global_header00006660000000000000000000000064121712456630014521gustar00rootroot0000000000000052 comment=55d9b8321df6f759c271cbb9184169faf7c350a3 installer-feature-kdesktop-services-0.6.3/000075500000000000000000000000001217124566300206165ustar00rootroot00000000000000installer-feature-kdesktop-services-0.6.3/.gear-rules000064400000000000000000000000071217124566300226620ustar00rootroot00000000000000tar: . installer-feature-kdesktop-services-0.6.3/75-kdesktop-services.sh000075500000000000000000000006351217124566300250570ustar00rootroot00000000000000#!/bin/sh SYSTEMCTL=systemctl a= . install2-init-functions turn_services() { SET=$1 shift while [ -n "$1" ] do exec_chroot $SYSTEMCTL --no-reload $SET ${1}.service ||: shift done } turn_services enable smb nmb postfix crond x11presetdrv bluetooth ModemManager NetworkManager turn_services disable haldaemon alteratord ahttpd slapd nscd lircd clamd NetworkManager-wait-online 2>/dev/null installer-feature-kdesktop-services-0.6.3/installer-feature-kdesktop-services.spec000064400000000000000000000033641217124566300305710ustar00rootroot00000000000000Name: installer-feature-kdesktop-services Version: 0.6.3 Release: alt1 Summary: Setup services for start/not start on boot License: GPL Group: System/Configuration/Other Url: http://www.altlinux.org/Installer/beans BuildArch: noarch Source: %name-%version.tar %description Setup services for start/not start on boot %prep %setup %build %install %define hookdir %_datadir/install2/postinstall.d mkdir -p %buildroot%hookdir install -pm755 *.sh %buildroot%hookdir/ %files %hookdir/* %changelog * Tue Jul 16 2013 Sergey V Turchin 0.6.3-alt1 - fix disable services * Mon Jul 15 2013 Sergey V Turchin 0.6.2-alt1 - disable NetworkManager-wait-online * Tue Apr 23 2013 Sergey V Turchin 0.6.1-alt1 - fix setup services * Mon Apr 22 2013 Sergey V Turchin 0.6.0-alt1 - update default services list * Mon Apr 08 2013 Sergey V Turchin 0.5.2-alt1 - enable crond * Fri Mar 15 2013 Sergey V Turchin 0.5.1-alt1 - force enable postfix * Mon Feb 04 2013 Sergey V Turchin 0.5.0-alt1 - remove sysvinit support * Fri Jul 20 2012 Sergey V Turchin 0.4.0-alt1 - add systemd support * Thu May 17 2012 Sergey V Turchin 0.3.3-alt1 - turn off clamd by default * Fri Sep 30 2011 Sergey V Turchin 0.3.2-alt1 - turn off lircd by default * Thu Jun 23 2011 Sergey V Turchin 0.3.1-alt1 - turn off nscd by default * Tue May 17 2011 Sergey V Turchin 0.3-alt1 - turn on samba by default * Mon Feb 14 2011 Sergey V Turchin 0.2-alt1 - turn off hal by default * Tue Oct 12 2010 Sergey V Turchin 0.1-alt1 - initial build