summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-01-31 04:33:58 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2023-01-31 04:33:58 -0500
commit249a8e38967abf9243252f03a4b33100cd636dbb (patch)
tree8a4cfa25ef7a7883a2ee3885a8747b5c71101462
parenta7e7d61176daa2a1a22796b2bbf3a15adbc69248 (diff)
fix malformed entries
-rwxr-xr-xcheck.sh2
-rw-r--r--your-init-freedom-blacklist.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/check.sh b/check.sh
index 31ab574..448ab2c 100755
--- a/check.sh
+++ b/check.sh
@@ -9,7 +9,7 @@
# blacklist::check.sh Verify the blacklist entries are correctly formatted.
readonly REF_REGEX='^[^:]*:[^:]*::[^:]*:.*$'
-readonly SYNTAX_REGEX='^[^:]*:[^:]*:(sv|debian|parabola|fsf|fedora)?:[^:]*:.*$'
+readonly SYNTAX_REGEX='^[^:]*:[^:]*:(debian|fedora|fsf|parabola|savannah)?:[^:]*:.*$'
readonly CSV_CHAR=':'
readonly SEP_CHAR='!'
readonly LOG_FILE=./check.log ; rm ${LOG_FILE} 2> /dev/null
diff --git a/your-init-freedom-blacklist.txt b/your-init-freedom-blacklist.txt
index 6fb11d9..0785ab8 100644
--- a/your-init-freedom-blacklist.txt
+++ b/your-init-freedom-blacklist.txt
@@ -23,6 +23,6 @@ systemd-qemu::::
systemd-resolvconf:::: is part of systemd
systemd-swap:::: made for systemd
systemd-sysvcompat:init::: is part of systemd
-systemd-tools:::
+systemd-tools::::
systemd-udev:udev::: depends on systemd
systemd-ui:::: made for systemd