Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b96bf2d689551588c9a981330395c3b3c1279d5

commit 0b96bf2d689551588c9a981330395c3b3c1279d5
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Jan 13 20:11:15 2011 +0100

mono-2.8.2-1-ppc
*remove useless rc scripts

diff --git a/source/devel/mono/rc.mono b/source/devel/mono/rc.mono
deleted file mode 100644
index 2affde0..0000000
--- a/source/devel/mono/rc.mono
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-
-# (c) 2005        Marcus Habermehl <bmh198...@yahoo.de>
-# (c) 2006        Alex Smith <a...@alex-smith.me.uk>
-# rc.mono for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 99 02
-# description: Registering/unregistering .NET IL binaries with mono.
-
-TEXTDOMAIN=mono
-TEXTDOMAINDIR=/lib/initscripts/messages
-source /lib/initscripts/functions
-
-actions=(start stop restart status)
-
-rc_start()
-{
-       msg $"Registering .NET IL binaries with mono"
-       if ls /proc/sys/fs/binfmt_misc/CLR &>/dev/null; then
-               ok 999
-               return 1
-       fi
-       modprobe binfmt_misc
-       echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
-       ok $?
-}
-
-rc_status()
-{
-       status_msg $"Mono binary format handlers are"
-       if ! ls /proc/sys/fs/binfmt_misc/CLR &>/dev/null; then
-               ok 998
-       else
-               ok 997
-       fi
-}
-
-rc_stop()
-{
-       msg $"Unregistering .NET IL binaries"
-       if ! ls /proc/sys/fs/binfmt_misc/CLR &>/dev/null; then
-               ok 999
-               return 1
-       fi
-       echo '-1' > /proc/sys/fs/binfmt_misc/CLR
-       ok $?
-}
-
-rc_exec $1
diff --git a/source/devel/mono/rc.mono-hu.po b/source/devel/mono/rc.mono-hu.po
deleted file mode 100644
index 78662d6..0000000
--- a/source/devel/mono/rc.mono-hu.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# Hungarian translations for rc.mono package.
-# Copyright (C) 2006 Alex Smith
-# This file is distributed under the same license as the rc.mono package.
-# Alex Smith <a...@alex-smith.me.uk>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: 1.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-04 16:45+0100\n"
-"PO-Revision-Date: 2006-09-04 16:45+0100\n"
-"Last-Translator: Alex Smith <a...@alex-smith.me.uk>\n"
-"Language-Team: Hungarian <frugalware-de...@frugalware.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: rc.mono:19
-msgid "Registering .NET IL binaries with mono"
-msgstr ".NET IL binárisok regisztrálása a mono-val"
-
-#: rc.mono:31
-msgid "Unregistering .NET IL binaries"
-msgstr ".NET IL binárisok regisztrációjának eltávolítása"
diff --git a/source/devel/mono/rc.mono.old b/source/devel/mono/rc.mono.old
deleted file mode 100644
index 948cd80..0000000
--- a/source/devel/mono/rc.mono.old
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-# (c) 2004, 2005 Laszlo Dvornik <dvor...@gnome.hu>
-# rc.mono for Frugalware
-# distributed under GPL License
-
-. /etc/rc.d/rc.functions
-
-# chkconfig: 2345 99 02
-# description: Registering/unregistering .NET IL binaries with mono.
-
-[ -d /proc/sys/fs/binfmt_misc ] || exit 1
-
-if [ "$1" = "stop" ]; then
-       stop "$stopmono"
-       if [ -f /proc/sys/fs/binfmt_misc/CLR ]; then
-           echo '-1' > /proc/sys/fs/binfmt_misc/CLR
-       fi
-       ok $?
-elif [ "$1" = "restart" ]; then
-       "$0" stop
-       sleep 1
-       "$0" start
-else # start
-       start "$startmono"
-       mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
-       echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
-       ok $?
-fi
diff --git a/source/devel/mono/rc.mono.pot b/source/devel/mono/rc.mono.pot
deleted file mode 100644
index 9c1fd95..0000000
--- a/source/devel/mono/rc.mono.pot
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-04 16:45+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <l...@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: rc.mono:19
-msgid "Registering .NET IL binaries with mono"
-msgstr ""
-
-#: rc.mono:31
-msgid "Unregistering .NET IL binaries"
-msgstr ""
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to