4b97cd2fb4
```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 ```
13 lines
484 B
Diff
13 lines
484 B
Diff
diff --git client/cleanup.cc client/cleanup.cc
|
|
index 801c0f5..e57a0a8 100644
|
|
--- a/client/cleanup.cc
|
|
+++ b/client/cleanup.cc
|
|
@@ -51,7 +51,7 @@ struct Parameters
|
|
MinFreeLimit free_limit;
|
|
|
|
|
|
- void read(const ProxyConfig& config, const char* name, long int& value)
|
|
+ void read(const ProxyConfig& config, const char* name, time_t& value)
|
|
{
|
|
const map<string, string>& raw = config.getAllValues();
|
|
map<string, string>::const_iterator pos = raw.find(name);
|