]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'.
authorcvs2git <feedback@pld-linux.org>
Tue, 16 Oct 2007 16:27:36 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2007-10-16 16:27:36 UTC Elan Ruusamäe <glen@pld-linux.org> '- typo':
    geninitrd-ac.patch -> 1.3
    geninitrd-typo.patch -> 1.1

geninitrd-ac.patch [new file with mode: 0644]
geninitrd-typo.patch [new file with mode: 0644]

diff --git a/geninitrd-ac.patch b/geninitrd-ac.patch
new file mode 100644 (file)
index 0000000..2be7d6d
--- /dev/null
@@ -0,0 +1,16 @@
+--- geninitrd-8202.orig/geninitrd      2007-01-27 19:35:18.000000000 +0100
++++ geninitrd-8202/geninitrd   2007-02-05 11:31:33.000000000 +0100
+@@ -934,12 +934,7 @@
+ if [ "x" = "x$INITRDFS" ] ; then
+       if [ "x" = "x$FS" ] ; then
+-              # default value
+-              if [ "$pack_version" -ge "002005" ] ; then
+-                      INITRDFS="initramfs"
+-              else
+-                      INITRDFS="rom"
+-              fi
++              INITRDFS="rom"
+       else
+               echo >&2 "Warning: FS configuration options is obsoleted. Use INITRDFS instead"
+               INITRDFS="$FS"
diff --git a/geninitrd-typo.patch b/geninitrd-typo.patch
new file mode 100644 (file)
index 0000000..62ac1e2
--- /dev/null
@@ -0,0 +1,11 @@
+--- geninitrd-8812/geninitrd~  2007-10-16 19:24:10.000000000 +0300
++++ geninitrd-8812/geninitrd   2007-10-16 19:24:46.626610800 +0300
+@@ -96,7 +96,7 @@
+ # aborts program abnormally
+ die() {
+-      local rc={$2:-1}
++      local rc=${2:-1}
+       echo >&2 "$PROGRAM: ERROR: $1"
+       exit $rc
+ }
This page took 0.053203 seconds and 4 git commands to generate.