From 24a8cadcca9ae547982182eaad6a6398adcbe01f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 6 Aug 2006 13:54:39 +0000 Subject: [PATCH] * join 2.2-only with the rest of the hacks, because we have just one supported tree right now --- parse-config | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/parse-config b/parse-config index a831c13..42d9583 100644 --- a/parse-config +++ b/parse-config @@ -1,4 +1,3 @@ -#!/bin/sh # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # @@ -42,21 +41,15 @@ mnemosyne_postinstall() { ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa" ln -svnf /sbin/init.d/alsa "$root/etc/runit/3.d/80alsa" ;; + kbd) + # keyboard mappings + ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd" + ;; + rocknet) + # network + ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network" + ;; esac - - # tweaks that we need on 2.2 - if [[ "$sdever" != "2.1*" ]] ; then - case "$pkg" in - kbd) - # keyboard mappings - ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd" - ;; - rocknet) - # network - ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network" - ;; - esac - fi } if [ "$SDECFG_TRG_MNEMOSYNE_DEVELOPMENT" != 1 ]; then