diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-03-14 10:17:10 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-03-14 10:17:10 +0000 |
commit | 1ab578e5f0e9af95a9ccce88f92b36ae1d03383b (patch) | |
tree | 542748c15b545d939533cf08565ba17e1a965431 /sys-block/tgt/files | |
parent | Allow to pass options to daemon via confd file. Fixes 408107 bug by Christian... (diff) | |
download | gentoo-2-1ab578e5f0e9af95a9ccce88f92b36ae1d03383b.tar.gz gentoo-2-1ab578e5f0e9af95a9ccce88f92b36ae1d03383b.tar.bz2 gentoo-2-1ab578e5f0e9af95a9ccce88f92b36ae1d03383b.zip |
Fix typo
Diffstat (limited to 'sys-block/tgt/files')
-rw-r--r-- | sys-block/tgt/files/tgtd-1.0.24.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/tgt/files/tgtd-1.0.24.confd b/sys-block/tgt/files/tgtd-1.0.24.confd index c58e9cb2a705..fd4c098eaef2 100644 --- a/sys-block/tgt/files/tgtd-1.0.24.confd +++ b/sys-block/tgt/files/tgtd-1.0.24.confd @@ -1,4 +1,4 @@ -# Here you can specify options that are passed directyl to tgt daemon +# Here you can specify options that are passed directly to tgt daemon TGTD_OPTS="" # vim: ft=gentoo-conf-d |