diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2010-12-22 10:18:05 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2010-12-22 10:18:05 +0000 |
commit | 559de61b4b92c534a13b71f0dd50631e4f8f47c7 (patch) | |
tree | 4366ac01bc5ab65b6210ddfac61bbe62413c99fb /testing/iscsi-scst/scst.conf | |
parent | e529b59aaf07b81fd60ba5ad649f6fdd5a03ffe7 (diff) | |
download | aports-559de61b4b92c534a13b71f0dd50631e4f8f47c7.tar.bz2 aports-559de61b4b92c534a13b71f0dd50631e4f8f47c7.tar.xz |
testing/iscsi-scst: fixed init script and added default config
Diffstat (limited to 'testing/iscsi-scst/scst.conf')
-rw-r--r-- | testing/iscsi-scst/scst.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/iscsi-scst/scst.conf b/testing/iscsi-scst/scst.conf new file mode 100644 index 0000000000..341a0db9a1 --- /dev/null +++ b/testing/iscsi-scst/scst.conf @@ -0,0 +1,7 @@ +TARGET_DRIVER iscsi { + enabled 1 + + TARGET iqn.2010-12.net.alpinelinux:tgt { + } +} + |