From 95def50238d1fa35819d2f67079ce97dc96cd12f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 8 Jan 2014 04:51:24 -0200 Subject: remove deprecated packages --- ...emove-run-nologin-before-leaving-rc.multi.patch | 29 ----------------- libre/initscripts/PKGBUILD | 37 ---------------------- libre/initscripts/initscripts.install | 26 --------------- libre/initscripts/split-hwclock-calls.diff | 21 ------------ libre/initscripts/wireless.conf.d | 12 ------- 5 files changed, 125 deletions(-) delete mode 100644 libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch delete mode 100644 libre/initscripts/PKGBUILD delete mode 100644 libre/initscripts/initscripts.install delete mode 100644 libre/initscripts/split-hwclock-calls.diff delete mode 100644 libre/initscripts/wireless.conf.d (limited to 'libre/initscripts') diff --git a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch b/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch deleted file mode 100644 index a9b7a2423..000000000 --- a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 55bd14c586f0f64b8ee5515161be1aa1098d3226 Mon Sep 17 00:00:00 2001 -From: Dave Reisner -Date: Tue, 3 Jul 2012 22:28:05 -0400 -Subject: [initscripts][PATCH] remove /run/nologin before leaving rc.multi -To: arch-projects@archlinux.org - -systemd-186 writes this file when running systemd-tmpfiles, but -initscripts never removes it. This disallows all non-root logins. - -Reported-by: Dan McGee -Signed-off-by: Dave Reisner ---- - rc.multi | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/rc.multi b/rc.multi -index daf2372..7d4acaa 100755 ---- a/rc.multi -+++ b/rc.multi -@@ -31,4 +31,6 @@ run_hook multi_end - - bootlogd_stop - -+rm -f /run/nologin -+ - # vim: set ts=2 sw=2 noet: --- -1.7.11.1 - diff --git a/libre/initscripts/PKGBUILD b/libre/initscripts/PKGBUILD deleted file mode 100644 index 1f68a6356..000000000 --- a/libre/initscripts/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 167943 2012-10-03 23:12:35Z tomegun $ -# Maintainer: Tom Gundersen -# Contributor: Thomas Bächler -# Contributor: Aaron Griffin -# Maintainer (Parabola): Nicolas Reynolds - -pkgname=initscripts -pkgver=2012.10.5 -pkgrel=1 -pkgdesc="System initialization/bootup scripts (Parabola branding)" -arch=('any') -url="https://parabolagnulinux.org" -license=('GPL2') -groups=('base') -provides=('initscripts-systemd') -conflicts=('initscripts-systemd') -replaces=('initscripts-systemd') -backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown) -depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit-tools') -optdepends=('dhcpcd: DHCP network configuration' - 'bridge-utils: Legacy network bridging support' - 'net-tools: Legacy network support' - 'wireless_tools: Legacy wireless networking' - 'sysvinit: Legacy init support') -makedepends=(asciidoc) -install=initscripts.install -source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.xz"{,.sig}) - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} -md5sums=('16039aeb4c996194d9466a8c66a06f5a' - '522804c7981c32c3c779964844d64377') -md5sums=('3be94446496bda58051141e0d3863a7b' - '3f03d3a5c7d8b7e1ddebb13334441440') diff --git a/libre/initscripts/initscripts.install b/libre/initscripts/initscripts.install deleted file mode 100644 index 557faafe4..000000000 --- a/libre/initscripts/initscripts.install +++ /dev/null @@ -1,26 +0,0 @@ -post_upgrade() { - if [ "$(vercmp $2 2009.07)" -lt 0 ]; then - echo "==> Adjusting /etc/inittab for transition to /dev/tty standard." - echo "==> Original file saved as /etc/inittab.pacsave" - sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab - fi - if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then - echo "Blacklisting of modules is no longer supported in rc.conf," - echo "please add blacklist entries to /etc/modprobe.d/ instead." - fi - if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then - echo "VERBOSE= in rc.conf no longer has any effect." - echo "Please append 'quiet' to your kernel command line." - fi - if [ "$(vercmp $2 2011.10.1)" -lt 0 ]; then - echo "If using non-bash-compatible shell, please set LANG in /etc/locale.conf," - echo "as LOCALE in /etc/rc.conf no longer works." - fi - if [ "$(vercmp $2 2012.08.1)" -lt 0 ]; then - echo "----" - echo "> initscripts now ships a compatibility layer to make systemd use MODULES and" - echo "> DAEMONS from rc.conf; and run rc.local and rc.local.shutdown on boot and" - echo "> shutdown, respectively. Refer to arch-modules-load(8) and arch-daemons(8)." - echo "----" - fi -} diff --git a/libre/initscripts/split-hwclock-calls.diff b/libre/initscripts/split-hwclock-calls.diff deleted file mode 100644 index c0a6a4fd6..000000000 --- a/libre/initscripts/split-hwclock-calls.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/rc.sysinit b/rc.sysinit -index eb49e2b..8f9727b 100755 ---- a/rc.sysinit -+++ b/rc.sysinit -@@ -34,7 +34,6 @@ bootlogd -p /run/bootlogd.pid - - run_hook sysinit_start - --HWCLOCK_PARAMS="--systz" - case $HARDWARECLOCK in - "") ;; - UTC) HWCLOCK_PARAMS+=" --utc --noadjfile";; -@@ -54,7 +53,7 @@ if [[ $HWCLOCK_PARAMS ]]; then - - [[ $TIMEZONE ]] && export TZ=$TIMEZONE - -- hwclock $HWCLOCK_PARAMS && stat_done || stat_fail -+ { hwclock $HWCLOCK_PARAMS && hwclock --systz; } && stat_done || stat_fail - - unset TZ - fi diff --git a/libre/initscripts/wireless.conf.d b/libre/initscripts/wireless.conf.d deleted file mode 100644 index 47540ef40..000000000 --- a/libre/initscripts/wireless.conf.d +++ /dev/null @@ -1,12 +0,0 @@ -# -# Settings for wireless cards -# -# For each wireless interface declared in INTERFACES (in rc.conf), declare -# a wlan_${IF} variable that contains the arguments to be passed to -# iwconfig(8). Then list the original interface name in the -# WLAN_INTERFACES array. -# - -#wlan_eth0="eth0 mode managed essid default" -#WLAN_INTERFACES=(eth0) - -- cgit v1.2.3