diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 03:39:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 03:39:19 +0100 |
commit | 17a149b8a2b85db13a752cd96db594789da4a563 (patch) | |
tree | 13da7a70fdf31feb12605cb07ede6873098be53d /debian/patches/0700-init.patch | |
parent | 96376f0df63c5df8c1380f0dd58b70d33566d48e (diff) |
new upstream release; switch to OpenSSL 1.1
Diffstat (limited to 'debian/patches/0700-init.patch')
-rw-r--r-- | debian/patches/0700-init.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch index 3d10755..d0701e4 100644 --- a/debian/patches/0700-init.patch +++ b/debian/patches/0700-init.patch @@ -200,7 +200,7 @@ Index: trunk/scripts/ipmi_port.service =================================================================== --- trunk.orig/scripts/ipmi_port.service +++ trunk/scripts/ipmi_port.service -@@ -10,5 +10,3 @@ ExecStart=/usr/share/ipmiutil/ipmiutil.s +@@ -11,5 +11,3 @@ ExecStart=-/usr/sbin/ipmi_port -b [Install] WantedBy=multi-user.target @@ -223,6 +223,6 @@ Index: trunk/configure.ac +# sed -i 's/# Default-Start:/# Default-Start: 3 4 5/' $init_scripts +# sed -i 's/# Default-Stop:/# Default-Stop: 0 1 2 6/' $init_scripts +# fi - if test -f "$LIB_DIR/libcrypto.so"; then - strings $LIB_DIR/libcrypto.so | grep EVP_md2 >/dev/null 2>&1 - if test $? -ne 0; then + # The openssl rpm might not be installed + which rpm >/dev/null 2>&1 + if test $? -eq 0 ; then |