Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=emul32-tools/.git;a=commitdiff;h=d399123a5c3129e2566fbe7ac12d55478955f176

commit d399123a5c3129e2566fbe7ac12d55478955f176
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Sun Jul 22 01:54:51 2007 +0200

remove old rc.32bitchroot script

diff --git a/rc.32bitchroot b/rc.32bitchroot
deleted file mode 100644
index 7988642..0000000
--- a/rc.32bitchroot
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-. /etc/rc.d/rc.functions
-
-CHROOT_LOCATION=${CHROOT_LOCATION:-/usr/lib/chroot32}
-
-if [ "$1" = "stop" ]; then
-       echo -n "Umounting 32bits chroot dirs..."
-       for loc in /dev/pts /dev/shm /dev /proc/bus/usb /proc /sys /tmp 
/usr/lib/X11/fonts; do
-               umount -f ${CHROOT_LOCATION}${loc} >/dev/null
-       done
-       ok $?
-elif [ "$1" = "restart" ]; then
-       "$0" stop
-       sleep 2
-       "$0" start
-else
-       echo -n "Mounting 32bits chroot dirs to ${CHROOT_LOCATION} ..."
-       for loc in /dev /dev/pts /dev/shm /proc /proc/bus/usb /sys /tmp 
/usr/lib/X11/fonts; do
-           mount -o bind ${loc} ${CHROOT_LOCATION}${loc} >/dev/null
-       done
-       echo -e "done."
-       echo -n "Copying 32bits chroot files ..."
-       for conffile in profile resolv.conf passwd shadow group gshadow hosts ; 
do
-               [[ -f /etc/${conffile} ]] && cp -pf /etc/${conffile} 
${CHROOT_LOCATION}/etc >/dev/null &
-       done
-       [[ -f /etc/sysconfig/keymap ]] && cp -pf /etc/sysconfig/keymap 
${CHROOT_LOCATION}/etc/sysconfig >/dev/null &
-       [[ -f /etc/sysconfig/font ]] && cp -pf /etc/sysconfig/font 
${CHROOT_LOCATION}/etc/sysconfig >/dev/null &
-       [[ -f /etc/profile.d/lang.sh ]] && cp -pf /etc/profile.d/lang.sh 
${CHROOT_LOCATION}/etc/profile.d >/dev/null &
-       cp -pf /etc/pango/* ${CHROOT_LOCATION}/etc/pango/ >/dev/null &
-       cp -pf /etc/gtk-2.0/* ${CHROOT_LOCATION}/etc/gtk-2.0/ >/dev/null &
-       cp -Ppf /etc/localtime ${CHROOT_LOCATION}/etc >/dev/null &
-       ok $?
-fi
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to