diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 21:40:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 21:40:40 +0100 |
commit | b625a9423cd74481a77f816adae37db2515f4307 (patch) | |
tree | 33211524a3963934f3fc4de133785c6ea6aa5e3b /debian/patches/0700-init.patch | |
parent | a065a7a25209c92425480fa90f9c5545e3fe0350 (diff) | |
parent | f875d640b628e5e88fd63f9b51121c90c0c1122b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'debian/patches/0700-init.patch')
-rw-r--r-- | debian/patches/0700-init.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch index be24a2a..64993d8 100644 --- a/debian/patches/0700-init.patch +++ b/debian/patches/0700-init.patch @@ -210,7 +210,7 @@ Index: trunk/configure.ac =================================================================== --- trunk.orig/configure.ac +++ trunk/configure.ac -@@ -399,11 +399,11 @@ else +@@ -410,11 +410,11 @@ else MD2_CFLAGS="-DSKIP_MD2" init0=/etc/rc.d/init.d fi @@ -224,5 +224,5 @@ Index: trunk/configure.ac +# sed -i 's/# Default-Stop:/# Default-Stop: 0 1 2 6/' $init_scripts +# fi # The openssl rpm might not be installed + sslver="" which rpm >/dev/null 2>&1 - if test $? -eq 0 ; then |