diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2023-02-10 09:18:08 -0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2023-02-10 09:18:08 -0800 |
commit | f78f4879c494526e1bef0653c343753627b62cce (patch) | |
tree | 30ac1b0d5c3f1814a805433c1dea76da687e8ca6 /sysutils/debootstrap/files/patch-scripts_debian-common | |
parent | math/saga: Update to 8.5.1 (diff) |
sysutils/debootstrap: Set +x to debootstrap
PR: 268205
Diffstat (limited to 'sysutils/debootstrap/files/patch-scripts_debian-common')
-rw-r--r-- | sysutils/debootstrap/files/patch-scripts_debian-common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/debootstrap/files/patch-scripts_debian-common b/sysutils/debootstrap/files/patch-scripts_debian-common index 8027154f25e4..0eb7c31d2064 100644 --- a/sysutils/debootstrap/files/patch-scripts_debian-common +++ b/sysutils/debootstrap/files/patch-scripts_debian-common @@ -1,6 +1,6 @@ ---- scripts/debian-common.orig 2020-03-13 02:04:21 UTC +--- scripts/debian-common.orig 2023-02-08 17:55:01 UTC +++ scripts/debian-common -@@ -200,10 +200,21 @@ echo \"Warning: Fake start-stop-daemon called, doing n +@@ -215,10 +215,21 @@ echo \"Warning: Fake start-stop-daemon called, doing n predep=$(without "$(without "$(resolve_deps $predep)" "$required")" "$done_predeps") # XXX: progress is tricky due to how dpkg_progress works # -- cjwatson 2009-07-29 @@ -22,7 +22,7 @@ done if [ -n "$base" ]; then -@@ -222,6 +233,12 @@ echo \"Warning: Fake start-stop-daemon called, doing n +@@ -237,6 +248,12 @@ echo \"Warning: Fake start-stop-daemon called, doing n mv "$TARGET/sbin/start-stop-daemon.REAL" "$TARGET/sbin/start-stop-daemon" rm -f "$TARGET/usr/sbin/policy-rc.d" |