[Lunar-commits] <moonbase> FileRunner: remove it from the moonbase. It's too old and unmaintained.

Florin Braescu florin at lunar-linux.org
Fri Apr 3 09:32:45 CEST 2009


commit add6ebc02e62f604175ca3d2eb683f25fd14b300
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 3 10:32:45 2009 +0300

    FileRunner: remove it from the moonbase. It's too old and unmaintained.
---
 filemanagers/FileRunner/BUILD   |   12 ------------
 filemanagers/FileRunner/DEPENDS |    1 -
 filemanagers/FileRunner/DETAILS |   19 -------------------
 net/bind/POST_INSTALL           |    8 +-------
 4 files changed, 1 insertions(+), 39 deletions(-)

diff --git a/filemanagers/FileRunner/BUILD b/filemanagers/FileRunner/BUILD
deleted file mode 100644
index 9198705..0000000
--- a/filemanagers/FileRunner/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-  sedit "s/CFLAGS = -Wall/CFLAGS := \$\(CFLAGS\) -Wall/" Makefiles/Makefile.linux_gcc
-
-  make   -f    Makefiles/Makefile.linux_gcc       &&  
-  prepare_install                                 &&
-  mkdir  -p    /usr/share/FileRunner.$VERSION     &&
-  cp     -R  * /usr/share/FileRunner.$VERSION     &&
-  ln     -sf   /usr/share/FileRunner.$VERSION/fr  \
-               /usr/bin/fr
-
-) > $C_FIFO 2>&1
diff --git a/filemanagers/FileRunner/DEPENDS b/filemanagers/FileRunner/DEPENDS
deleted file mode 100644
index 9b61812..0000000
--- a/filemanagers/FileRunner/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  tk
diff --git a/filemanagers/FileRunner/DETAILS b/filemanagers/FileRunner/DETAILS
deleted file mode 100644
index 8f10c30..0000000
--- a/filemanagers/FileRunner/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=FileRunner
-         VERSION=2.5.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[2]=http://www.linuxtux.org/downloads/linux/
-   SOURCE_URL[1]=http://alge.anart.no/ftp/pub/tk-tcl/
-   SOURCE_URL[0]=http://www.cd.chalmers.se/~hch/
-        WEB_SITE=http://www.cd.chalmers.se/~hch/filerunner.html
-         ENTERED=20011122
-         UPDATED=20011122
-      MAINTAINER=kongar at tsrsb.org.tr
-           SHORT="simple and efficient X11 file manager."
-cat << EOF
-FileRunner is a simple and efficient filemanager created to ease you
-from the burden of typing thousands of ls, cd, mv, rm, cp, more in a
-day just to get your work done. The interface has been made as
-efficient as possible to be able to compete with the speed of command 
-line usage. (Since I'm a heavy command line user myself :-).
-FileRunner is implemented in Tcl/Tk and a little C.
-EOF
diff --git a/net/bind/POST_INSTALL b/net/bind/POST_INSTALL
index a78d218..f0ca091 100644
--- a/net/bind/POST_INSTALL
+++ b/net/bind/POST_INSTALL
@@ -3,13 +3,7 @@
 mkdir -p /var/named
 
 # create the named.root
-if (dig . ns > named.root) ; then
-  cp named.root /var/named/
-else
-  cp $SCRIPT_DIRECTORY/named.root /var/named/
-fi
-
-rm -f /named.root
+cp $SCRIPT_DIRECTORY/named.root /var/named/
 
 #if we do not have a named.conf already, copy the default
 if [ ! -e /var/named/named.conf ] ; then


More information about the Lunar-commits mailing list