summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2013-09-06 04:03:17 +0200
committer Robby Workman2013-10-30 05:31:39 +0100
commit9fc86738f676d57e3741e11dfbd6c617801bab33 (patch)
tree9cdf3f087b486b2f14381409b29fa10459588b2c /system
parent06830165026f813f8c792e1c0d5400f719a7c273 (diff)
downloadslackbuilds-9fc86738f676d57e3741e11dfbd6c617801bab33.tar.gz
system/os-prober: Removed (included in Slackware 14.1)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/os-prober/README5
-rw-r--r--system/os-prober/os-prober.SlackBuild75
-rw-r--r--system/os-prober/os-prober.info10
-rw-r--r--system/os-prober/slack-desc19
4 files changed, 0 insertions, 109 deletions
diff --git a/system/os-prober/README b/system/os-prober/README
deleted file mode 100644
index 5bbcdf6809..0000000000
--- a/system/os-prober/README
+++ /dev/null
@@ -1,5 +0,0 @@
-os-prober (an OS detector)
-
-os-prober detects OSes on other partitions than the current system partition,
-and outputs the results in a generic machine-readable format.
-This information can be used to add other OSes to a boot loader.
diff --git a/system/os-prober/os-prober.SlackBuild b/system/os-prober/os-prober.SlackBuild
deleted file mode 100644
index d902d7b223..0000000000
--- a/system/os-prober/os-prober.SlackBuild
+++ /dev/null
@@ -1,75 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for os-prober
-
-# Written by crocket (crockabiscuit@gmail.com)
-
-PRGNAM=os-prober
-VERSION=${VERSION:-1.42}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-ARCH=noarch
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM\_$VERSION.tar.gz
-mv $PRGNAM $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-# Compile newns
-make
-# Create a hierharchy for os-prober package, and copy files into it.
-# I figured out the hierarchy by typing "dpkg -L os-prober" in debian.
-mkdir -p $PKG/var/lib/$PRGNAM
-
-mkdir -p $PKG/usr/bin
-cp linux-boot-prober $PKG/usr/bin
-cp os-prober $PKG/usr/bin
-
-mkdir -p $PKG/usr/lib/$PRGNAM
-cp newns $PKG/usr/lib/$PRGNAM
-
-mkdir -p $PKG/usr/lib/linux-boot-probes/mounted
-cp linux-boot-probes/common/* $PKG/usr/lib/linux-boot-probes
-cp linux-boot-probes/mounted/common/* $PKG/usr/lib/linux-boot-probes/mounted
-cp linux-boot-probes/mounted/x86/* $PKG/usr/lib/linux-boot-probes/mounted
-
-mkdir -p $PKG/usr/lib/os-probes/mounted
-cp os-probes/common/* $PKG/usr/lib/os-probes
-cp os-probes/mounted/common/* $PKG/usr/lib/os-probes/mounted
-cp os-probes/mounted/x86/* $PKG/usr/lib/os-probes/mounted
-
-mkdir $PKG/usr/lib/os-probes/init
-cp os-probes/init/common/* $PKG/usr/lib/os-probes/init
-
-mkdir -p $PKG/usr/share/$PRGNAM
-cp common.sh $PKG/usr/share/$PRGNAM
-chmod +x $PKG/usr/share/$PRGNAM/common.sh
-# End of making os-prober directory hierarchy.
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README TODO debian/{copyright,changelog} $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-
diff --git a/system/os-prober/os-prober.info b/system/os-prober/os-prober.info
deleted file mode 100644
index 46a66577ac..0000000000
--- a/system/os-prober/os-prober.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="os-prober"
-VERSION="1.42"
-HOMEPAGE="http://packages.debian.org/squeeze/os-prober"
-DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.42.tar.gz"
-MD5SUM="8c208654327df559884a54b69d840219"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="crocket"
-EMAIL="crockabiscuit@gmail.com"
diff --git a/system/os-prober/slack-desc b/system/os-prober/slack-desc
deleted file mode 100644
index 2517bccfbf..0000000000
--- a/system/os-prober/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-os-prober: os-prober (an OS detector)
-os-prober:
-os-prober: os-prober detects OSes on other partitions than the current system
-os-prober: partition, and outputs the results in a generic machine-readable
-os-prober: format. This information can be used to add other OSes to the boot
-os-prober: loader.
-os-prober:
-os-prober: Website : http://packages.debian.org/squeeze/os-prober
-os-prober:
-os-prober:
-os-prober: