diff options
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/0700-init.patch | 8 | ||||
| -rw-r--r-- | debian/patches/series | 2 | 
2 files changed, 5 insertions, 5 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 diff --git a/debian/patches/series b/debian/patches/series index 1f4e061..6fce8b9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,4 +3,4 @@  0700-init.patch  0600-typo-man.patch  0705-crontab.patch -0710-systemd.patch +#0710-systemd.patch | 
