[Lunar-commits] <moonbase> dash: moved from zbeta to shells

Duncan Gibson engelsman at lunar-linux.org
Sun Mar 29 18:38:31 CEST 2009


commit 264ceb5a8a96f51819d177b99cad606f028e8665
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun Mar 29 18:38:31 2009 +0200

    dash: moved from zbeta to shells
---
 shells/dash/BUILD   |    6 ++++++
 shells/dash/DETAILS |   20 ++++++++++++++++++++
 zbeta/dash/BUILD    |    6 ------
 zbeta/dash/DETAILS  |   20 --------------------
 4 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/shells/dash/BUILD b/shells/dash/BUILD
new file mode 100644
index 0000000..538deee
--- /dev/null
+++ b/shells/dash/BUILD
@@ -0,0 +1,6 @@
+(
+  OPTS="--bindir=/bin"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/shells/dash/DETAILS b/shells/dash/DETAILS
new file mode 100644
index 0000000..e97847f
--- /dev/null
+++ b/shells/dash/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=dash
+         VERSION=0.5.5.1
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://gondor.apana.org.au/~herbert/dash/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:fd73f0a34477eaf8bacc36beee75d94551954a61
+        WEB_SITE="http://gondor.apana.org.au/~herbert/dash/files/"
+         ENTERED=20090329
+         UPDATED=20090114
+           SHORT="a lightweight POSIX-compliant shell derived from ash"
+cat <<EOF
+The Debian Almquist Shell (dash) is a lightweight POSIX-compliant
+shell derived from ash.
+
+It can be usefully installed as /bin/sh (because it executes scripts
+faster than bash), or as the default shell for the superuser. It
+depends on fewer libraries than bash, and is therefore less likely
+to be affected by an upgrade problem or a disk failure. It is also
+useful for checking the POSIX compliance of scripts.
+EOF
diff --git a/zbeta/dash/BUILD b/zbeta/dash/BUILD
deleted file mode 100644
index 538deee..0000000
--- a/zbeta/dash/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-  OPTS="--bindir=/bin"
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/dash/DETAILS b/zbeta/dash/DETAILS
deleted file mode 100644
index e97847f..0000000
--- a/zbeta/dash/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
-          MODULE=dash
-         VERSION=0.5.5.1
-          SOURCE=${MODULE}-${VERSION}.tar.gz
-      SOURCE_URL=http://gondor.apana.org.au/~herbert/dash/files/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_VFY=sha1:fd73f0a34477eaf8bacc36beee75d94551954a61
-        WEB_SITE="http://gondor.apana.org.au/~herbert/dash/files/"
-         ENTERED=20090329
-         UPDATED=20090114
-           SHORT="a lightweight POSIX-compliant shell derived from ash"
-cat <<EOF
-The Debian Almquist Shell (dash) is a lightweight POSIX-compliant
-shell derived from ash.
-
-It can be usefully installed as /bin/sh (because it executes scripts
-faster than bash), or as the default shell for the superuser. It
-depends on fewer libraries than bash, and is therefore less likely
-to be affected by an upgrade problem or a disk failure. It is also
-useful for checking the POSIX compliance of scripts.
-EOF


More information about the Lunar-commits mailing list