]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
templates: rename scripts to use - instead of _
authorJason Ish <ish@unx.ca>
Sun, 1 Oct 2017 08:54:13 +0000 (09:54 +0100)
committerJason Ish <ish@unx.ca>
Sun, 1 Oct 2017 08:54:13 +0000 (09:54 +0100)
Use "-" consistently instead of a mix of - and _.

setup_decoder.sh -> setup-decoder.sh
setup_simple_detect.sh -> setup-simple-detect.sh

scripts/setup-decoder.sh [moved from scripts/setup_decoder.sh with 100% similarity, mode: 0755]
scripts/setup-simple-detect.sh [moved from scripts/setup_simple_detect.sh with 100% similarity, mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
similarity index 100%
rename from scripts/setup_decoder.sh
rename to scripts/setup-decoder.sh
old mode 100644 (file)
new mode 100755 (executable)
similarity index 100%
rename from scripts/setup_simple_detect.sh
rename to scripts/setup-simple-detect.sh