diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
---|---|---|
committer | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
commit | 5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch) | |
tree | d0754921833f413b7eb93fb6bb1b1c8a22fb0498 /utils/smartmontools | |
parent | d651082447b4392399a40ea1ae11d0bce4bfe83a (diff) |
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'utils/smartmontools')
-rw-r--r-- | utils/smartmontools/patches/001-use-external-drivedb.patch | 8 | ||||
-rw-r--r-- | utils/smartmontools/patches/002-os_mailer-is-mailx.patch | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/utils/smartmontools/patches/001-use-external-drivedb.patch b/utils/smartmontools/patches/001-use-external-drivedb.patch index ba7bf16c5..1d3a7b66f 100644 --- a/utils/smartmontools/patches/001-use-external-drivedb.patch +++ b/utils/smartmontools/patches/001-use-external-drivedb.patch @@ -1,8 +1,6 @@ -diff --git i/knowndrives.cpp w/knowndrives.cpp -index 072160a..d57417b 100644 ---- i/knowndrives.cpp -+++ w/knowndrives.cpp -@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$Id: knowndrives.cpp 4842 2018-12-02 16:07 +--- a/knowndrives.cpp ++++ b/knowndrives.cpp +@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$I // see read_default_drive_databases() below. // The drive_settings structure is described in drivedb.h. const drive_settings builtin_knowndrives[] = { diff --git a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch index a80e7c9b8..b565f800d 100644 --- a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch +++ b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch @@ -1,5 +1,3 @@ -diff --git a/configure b/configure -index 88928cf..736fabd 100755 --- a/configure +++ b/configure @@ -6964,7 +6964,7 @@ releaseversion='${PACKAGE}-${VERSION}' |