diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-21 13:18:39 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-21 13:18:39 +0200 |
commit | a0d4300ee0945ef23bea48dfb53985a19eb6e951 (patch) | |
tree | 257a20c11a28c6d74721e6f0a25f6dff9400f37c | |
parent | 91450b24cefcb79f755e3766710585ac9e05eb4e (diff) |
renamed qmauth to extract
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | MANIFEST | 6 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | confninja.sh | 4 | ||||
-rwxr-xr-x | script/cookiecheck.pl (renamed from script/mojocookiecheck.pl) | 0 | ||||
-rwxr-xr-x | script/extract.pl (renamed from script/qmauth.pl) | 0 | ||||
-rwxr-xr-x | script/extract.py (renamed from script/qmauth.py) | 0 |
7 files changed, 7 insertions, 11 deletions
@@ -17,10 +17,5 @@ buildmachine/ build.ninja .ninja_deps .ninja_log -pm_to_blib -.configured -JWebmail-srcdist/ -JWebmail-bindist/ lib/JWebmail/Config.pm .perlcriticrc -MANIFEST.BIN @@ -1,9 +1,9 @@ b/extract.pl script/jwebmail -script/mojocookiecheck.pl -script/qmauth.pl -script/qmauth.py +script/cookiecheck.pl +script/extract.pl +script/extract.py script/testauthenticator.pl lib/JWebmail/Controller/Webmail.pm @@ -40,7 +40,8 @@ check_ninja_version () { rm "$ninja_file" } -if readlink /bin/init | grep -q systemd +JWM_INIT= +if readlink /sbin/init | grep -q systemd then JWM_INIT=systemd fi diff --git a/confninja.sh b/confninja.sh index 3c73e36..2da51ab 100644 --- a/confninja.sh +++ b/confninja.sh @@ -130,8 +130,8 @@ ALL_INST= case "$MAILDIR_EXTRACTOR_NAME" in (extractrs) install_file instexec bindir bin jwebmail-extract;; - (extractpy) install_file instexec scriptdir script qmauth.py;; - (extractpl) install_file instexec scriptdir script qmauth.pl;; + (extractpy) install_file instexec scriptdir script extract.py;; + (extractpl) install_file instexec scriptdir script extract.pl;; esac install_file instexec scriptdir script jwebmail diff --git a/script/mojocookiecheck.pl b/script/cookiecheck.pl index a078b8c..a078b8c 100755 --- a/script/mojocookiecheck.pl +++ b/script/cookiecheck.pl diff --git a/script/qmauth.pl b/script/extract.pl index 000eaa0..000eaa0 100755 --- a/script/qmauth.pl +++ b/script/extract.pl diff --git a/script/qmauth.py b/script/extract.py index 2d78f81..2d78f81 100755 --- a/script/qmauth.py +++ b/script/extract.py |