b6bcd8cd34
* daemontools and dmraid is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
10 lines
342 B
Diff
10 lines
342 B
Diff
--- a/hooks/10-wpa_supplicant 2014-11-26 16:34:35.000000000 +0100
|
|
+++ b/hooks/10-wpa_supplicant 2014-11-28 11:53:48.929217243 +0100
|
|
@@ -114,6 +114,6 @@ then
|
|
case "$reason" in
|
|
PREINIT) wpa_supplicant_start;;
|
|
RECONFIGURE) wpa_supplicant_reconfigure;;
|
|
- DEPARTED) wpa_supplicant_stop;;
|
|
+ DEPARTED|STOPPED) wpa_supplicant_stop;;
|
|
esac
|
|
fi
|