diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-17 17:44:34 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-17 18:00:39 +0200 |
| commit | 5f4298639b889485781404e708517bd1bfd6b9fa (patch) | |
| tree | a636e636141d1e39ec7e2b3607c2e63a673bc01e /main/openrc/hide-migrate-to-run-error.patch | |
| parent | 67c11a490af8cf792bcdd7d9316bc4c6ac4fba31 (diff) | |
| download | aports-5f4298639b889485781404e708517bd1bfd6b9fa.tar.bz2 aports-5f4298639b889485781404e708517bd1bfd6b9fa.tar.xz | |
main/openrc: use git format-patches as in main/busybox
Don't bump pkgrel since the resulting binary should be identical.
Diffstat (limited to 'main/openrc/hide-migrate-to-run-error.patch')
| -rw-r--r-- | main/openrc/hide-migrate-to-run-error.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/openrc/hide-migrate-to-run-error.patch b/main/openrc/hide-migrate-to-run-error.patch deleted file mode 100644 index 00e529930f..0000000000 --- a/main/openrc/hide-migrate-to-run-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -See http://bugs.alpinelinux.org/issues/3160 - ---- openrc-0.12.4.orig/init.d/bootmisc.in -+++ openrc-0.12.4/init.d/bootmisc.in -@@ -105,7 +105,7 @@ - rm $src - elif [ ! -L $src -a -d $src ]; then - ebegin "Migrating $src to $dst" -- cp -a $src/* $dst/ -+ cp -a $src/* $dst/ 2>/dev/null - rm -rf $src - eend $? - fi |
