Skip to content

Commit 32aa7f8

Browse files
committed
DLPX-94968 [Backport of DLPX-94858] Delphix Engine NFS Server stops responding under heavy I/O
1 parent ce5e90b commit 32aa7f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

debian/scripts/control-create

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ gen_per_flavour () {
7373
if [ "${#signed_arch[@]}" != 0 ]; then
7474
sed "${sed_common_patterns[@]}" \
7575
-e "s/ARCH/${signed_arch[*]}/g" \
76-
-e "s/=SIGN-ME-PKG=/-unsigned/g" \
77-
-e "s/=SIGN-ME-TXT=/ unsigned/g" \
76+
-e "s/=SIGN-ME-PKG=//g" \
77+
-e "s/=SIGN-ME-TXT=//g" \
7878
-e "s/=SIGN-PEER-PKG=//g" \
7979
"${DEBIAN}/control.d/flavour-signed-control.stub"
8080
fi
8181

8282
if [ "${#unsigned_arch[@]}" != 0 ]; then
8383
sed "${sed_common_patterns[@]}" \
8484
-e "s/ARCH/${unsigned_arch[*]}/g" \
85-
-e "s/=SIGN-ME-PKG=//g" \
86-
-e "s/=SIGN-ME-TXT=//g" \
85+
-e "s/=SIGN-ME-PKG=/-unsigned/g" \
86+
-e "s/=SIGN-ME-TXT=/ unsigned/g" \
8787
-e "s/=SIGN-PEER-PKG=/-unsigned/g" \
8888
"${DEBIAN}/control.d/flavour-signed-control.stub"
8989
fi

0 commit comments

Comments
 (0)