Woohoo!
I’ve just created my 1st patch, to add support for Slackware to the iSCSI Enterprise Target software
Read this guide if youre interested in rolling out your patches
--- Makefile.orig 2004-11-22 10:30:57.000000000 +0000
+++ Makefile 2004-11-22 10:35:16.000000000 +0000
@@ -28,6 +28,8 @@
install -v -m 755 scripts/initd.debian /etc/init.d/iscsi-target;
elif [ -f /etc/redhat-release ]; then
install -v -m 755 scripts/initd.redhat /etc/init.d/iscsi-target;
+ elif [ -f /etc/slackware-version ]; then
+ install -v -m 755 scripts/initd /etc/rc.d/iscsi-target;
else
install -v -m 755 scripts/initd /etc/init.d/iscsi-target;