Bladeren bron

Placeholder functions for turning logging on or off

Bob Mottram 7 jaren geleden
bovenliggende
commit
b060a56dbf
42 gewijzigde bestanden met toevoegingen van 334 en 0 verwijderingen
  1. 8
    0
      src/freedombone-app-batman
  2. 8
    0
      src/freedombone-app-cryptpad
  3. 8
    0
      src/freedombone-app-dlna
  4. 8
    0
      src/freedombone-app-dokuwiki
  5. 8
    0
      src/freedombone-app-emacs
  6. 8
    0
      src/freedombone-app-etherpad
  7. 8
    0
      src/freedombone-app-friendica
  8. 8
    0
      src/freedombone-app-ghost
  9. 8
    0
      src/freedombone-app-gnusocial
  10. 8
    0
      src/freedombone-app-gogs
  11. 8
    0
      src/freedombone-app-htmly
  12. 8
    0
      src/freedombone-app-hubzilla
  13. 8
    0
      src/freedombone-app-ipfs
  14. 8
    0
      src/freedombone-app-irc
  15. 8
    0
      src/freedombone-app-jitsi
  16. 8
    0
      src/freedombone-app-koel
  17. 8
    0
      src/freedombone-app-librevault
  18. 7
    0
      src/freedombone-app-lychee
  19. 8
    0
      src/freedombone-app-mailpile
  20. 8
    0
      src/freedombone-app-matrix
  21. 8
    0
      src/freedombone-app-mediagoblin
  22. 8
    0
      src/freedombone-app-movim
  23. 8
    0
      src/freedombone-app-mumble
  24. 8
    0
      src/freedombone-app-nextcloud
  25. 7
    0
      src/freedombone-app-pelican
  26. 8
    0
      src/freedombone-app-pihole
  27. 8
    0
      src/freedombone-app-postactiv
  28. 8
    0
      src/freedombone-app-profanity
  29. 8
    0
      src/freedombone-app-radicale
  30. 8
    0
      src/freedombone-app-riot
  31. 8
    0
      src/freedombone-app-rss
  32. 8
    0
      src/freedombone-app-scuttlebot
  33. 8
    0
      src/freedombone-app-searx
  34. 8
    0
      src/freedombone-app-sip
  35. 8
    0
      src/freedombone-app-syncthing
  36. 8
    0
      src/freedombone-app-tahoelafs
  37. 8
    0
      src/freedombone-app-tox
  38. 8
    0
      src/freedombone-app-turtl
  39. 8
    0
      src/freedombone-app-vim
  40. 8
    0
      src/freedombone-app-vpn
  41. 8
    0
      src/freedombone-app-xmpp
  42. 8
    0
      src/freedombone-app-zeronet

+ 8
- 0
src/freedombone-app-batman Bestand weergeven

@@ -39,6 +39,14 @@ BATMAN_CELLID='any'
39 39
 batman_variables=(MY_USERNAME
40 40
                   BATMAN_CELLID)
41 41
 
42
+function logging_on_batman {
43
+    echo -n ''
44
+}
45
+
46
+function logging_off_batman {
47
+    echo -n ''
48
+}
49
+
42 50
 function install_interactive_batman {
43 51
     echo -n ''
44 52
     APP_INSTALLED=1

+ 8
- 0
src/freedombone-app-cryptpad Bestand weergeven

@@ -42,6 +42,14 @@ CRYPTPAD_DIR=/etc/cryptpad
42 42
 
43 43
 cryptpad_variables=(ONION_ONLY)
44 44
 
45
+function logging_on_cryptpad {
46
+    echo -n ''
47
+}
48
+
49
+function logging_off_cryptpad {
50
+    echo -n ''
51
+}
52
+
45 53
 function remove_user_cryptpad {
46 54
     remove_username="$1"
47 55
 }

+ 8
- 0
src/freedombone-app-dlna Bestand weergeven

@@ -38,6 +38,14 @@ dlna_variables=(SYSTEM_TYPE
38 38
                 INSTALLED_WITHIN_DOCKER
39 39
                 MY_USERNAME)
40 40
 
41
+function logging_on_dlna {
42
+    echo -n ''
43
+}
44
+
45
+function logging_off_dlna {
46
+    echo -n ''
47
+}
48
+
41 49
 function configure_interactive_dlna {
42 50
     while true
43 51
     do

+ 8
- 0
src/freedombone-app-dokuwiki Bestand weergeven

@@ -49,6 +49,14 @@ dokuwiki_variables=(ONION_ONLY
49 49
                     DOKUWIKI_CODE
50 50
                     DDNS_PROVIDER)
51 51
 
52
+function logging_on_dokuwiki {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_dokuwiki {
57
+    echo -n ''
58
+}
59
+
52 60
 function install_interactive_dokuwiki {
53 61
     if [[ $ONION_ONLY != "no" ]]; then
54 62
         DOKUWIKI_TITLE=$'My Dokuwiki'

+ 8
- 0
src/freedombone-app-emacs Bestand weergeven

@@ -36,6 +36,14 @@ SHOW_ON_ABOUT=0
36 36
 emacs_variables=(USB_MOUNT
37 37
                  MY_USERNAME)
38 38
 
39
+function logging_on_emacs {
40
+    echo -n ''
41
+}
42
+
43
+function logging_off_emacs {
44
+    echo -n ''
45
+}
46
+
39 47
 function reconfigure_emacs {
40 48
     echo -n ''
41 49
 }

+ 8
- 0
src/freedombone-app-etherpad Bestand weergeven

@@ -52,6 +52,14 @@ etherpad_variables=(ONION_ONLY
52 52
                     DDNS_PROVIDER
53 53
                     MY_USERNAME)
54 54
 
55
+function logging_on_etherpad {
56
+    echo -n ''
57
+}
58
+
59
+function logging_off_etherpad {
60
+    echo -n ''
61
+}
62
+
55 63
 function etherpad_password_hash {
56 64
     echo $(python -c "from passlib.hash import bcrypt;print(bcrypt.encrypt(\"$1\", rounds=10))")
57 65
 }

+ 8
- 0
src/freedombone-app-friendica Bestand weergeven

@@ -50,6 +50,14 @@ friendica_variables=(ONION_ONLY
50 50
                      FRIENDICA_REPO
51 51
                      FRIENDICA_ADDONS_REPO)
52 52
 
53
+function logging_on_friendica {
54
+    echo -n ''
55
+}
56
+
57
+function logging_off_friendica {
58
+    echo -n ''
59
+}
60
+
53 61
 function remove_user_friendica {
54 62
     remove_username="$1"
55 63
     ${PROJECT_NAME}-pass -u $remove_username --rmapp friendica

+ 8
- 0
src/freedombone-app-ghost Bestand weergeven

@@ -49,6 +49,14 @@ ghost_variables=(GHOST_DOMAIN_NAME
49 49
                  DDNS_PROVIDER
50 50
                  MY_USERNAME)
51 51
 
52
+function logging_on_ghost {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_ghost {
57
+    echo -n ''
58
+}
59
+
52 60
 function ghost_replace_jquery {
53 61
     sed -i "s|code.jquery.com/jquery-${previous_jquery_version}.min.js|$GHOST_DOMAIN_NAME/jquery-${jquery_version}.js|g" content/themes/casper/default.hbs
54 62
     sed -i "s|code.jquery.com/jquery-${previous_jquery_version}.min.js|$GHOST_DOMAIN_NAME/jquery-${jquery_version}.js|g" core/server/data/migration/fixtures/004/01-move-jquery-with-alert.js

+ 8
- 0
src/freedombone-app-gnusocial Bestand weergeven

@@ -57,6 +57,14 @@ gnusocial_variables=(ONION_ONLY
57 57
                      GNUSOCIAL_EXPIRE_MONTHS
58 58
                      MY_USERNAME)
59 59
 
60
+function logging_on_gnusocial {
61
+    echo -n ''
62
+}
63
+
64
+function logging_off_gnusocial {
65
+    echo -n ''
66
+}
67
+
60 68
 function gnusocial_fix_endless_reloads {
61 69
     # This fixes a bug introduced with commit 5f7032dfee1fd202c14e76a9f8b37af35d584901
62 70
     # and which causes OrFox to endlessly reload the page

+ 8
- 0
src/freedombone-app-gogs Bestand weergeven

@@ -51,6 +51,14 @@ gogs_variables=(ONION_ONLY
51 51
                 DDNS_PROVIDER
52 52
                 ARCHITECTURE)
53 53
 
54
+function logging_on_gogs {
55
+    echo -n ''
56
+}
57
+
58
+function logging_off_gogs {
59
+    echo -n ''
60
+}
61
+
54 62
 function change_password_gogs {
55 63
     curr_username="$1"
56 64
     new_user_password="$2"

+ 8
- 0
src/freedombone-app-htmly Bestand weergeven

@@ -50,6 +50,14 @@ htmly_variables=(HTMLY_REPO
50 50
                  DDNS_PROVIDER
51 51
                  MY_USERNAME)
52 52
 
53
+function logging_on_htmly {
54
+    echo -n ''
55
+}
56
+
57
+function logging_off_htmly {
58
+    echo -n ''
59
+}
60
+
53 61
 function set_avatar_from_url {
54 62
     AVATAR="$1"
55 63
 

+ 8
- 0
src/freedombone-app-hubzilla Bestand weergeven

@@ -51,6 +51,14 @@ hubzilla_variables=(ONION_ONLY
51 51
                     HUBZILLA_REPO
52 52
                     HUBZILLA_ADDONS_REPO)
53 53
 
54
+function logging_on_hubzilla {
55
+    echo -n ''
56
+}
57
+
58
+function logging_off_hubzilla {
59
+    echo -n ''
60
+}
61
+
54 62
 function remove_user_hubzilla {
55 63
     remove_username="$1"
56 64
     ${PROJECT_NAME}-pass -u $remove_username --rmapp hubzilla

+ 8
- 0
src/freedombone-app-ipfs Bestand weergeven

@@ -48,6 +48,14 @@ ipfs_variables=(IPFS_GO_VERSION
48 48
                 IPFS_KEY_LENGTH
49 49
                 IPFS_PORT)
50 50
 
51
+function logging_on_ipfs {
52
+    echo -n ''
53
+}
54
+
55
+function logging_off_ipfs {
56
+    echo -n ''
57
+}
58
+
51 59
 function install_interactive_ipfs {
52 60
     echo -n ''
53 61
     APP_INSTALLED=1

+ 8
- 0
src/freedombone-app-irc Bestand weergeven

@@ -54,6 +54,14 @@ irc_variables=(MY_USERNAME
54 54
                IRC_BUFFER_LENGTH
55 55
                ONION_ONLY)
56 56
 
57
+function logging_on_irc {
58
+    echo -n ''
59
+}
60
+
61
+function logging_off_irc {
62
+    echo -n ''
63
+}
64
+
57 65
 function irc_get_global_password {
58 66
     echo $(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
59 67
 }

+ 8
- 0
src/freedombone-app-jitsi Bestand weergeven

@@ -51,6 +51,14 @@ jitsi_variables=(ONION_ONLY
51 51
                  DEFAULT_DOMAIN_NAME
52 52
                  MY_USERNAME)
53 53
 
54
+function logging_on_jitsi {
55
+    echo -n ''
56
+}
57
+
58
+function logging_off_jitsi {
59
+    echo -n ''
60
+}
61
+
54 62
 function jitsi_disable_google_spyware {
55 63
     # Presumably they included Google Analytics for benign reasons, but it's
56 64
     # an obvious security problem. This should disable it.

+ 8
- 0
src/freedombone-app-koel Bestand weergeven

@@ -49,6 +49,14 @@ koel_variables=(ONION_ONLY
49 49
                 MY_EMAIL_ADDRESS
50 50
                 MY_USERNAME)
51 51
 
52
+function logging_on_koel {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_koel {
57
+    echo -n ''
58
+}
59
+
52 60
 function koel_remove_gravatar {
53 61
     cd /var/www/${KOEL_DOMAIN_NAME}/htdocs
54 62
     sed -i "s|www.gravatar.com|${KOEL_DOMAIN_NAME}|g" node_modules/browser-sync-ui/public/js/app.js.map

+ 8
- 0
src/freedombone-app-librevault Bestand weergeven

@@ -44,6 +44,14 @@ librevault_variables=(PROTOBUF_REPO
44 44
                       LIBREVAULT_REPO
45 45
                       LIBREVAULT_PORT)
46 46
 
47
+function logging_on_librevault {
48
+    echo -n ''
49
+}
50
+
51
+function logging_off_librevault {
52
+    echo -n ''
53
+}
54
+
47 55
 function install_interactive_librevault {
48 56
     echo -n ''
49 57
     APP_INSTALLED=1

+ 7
- 0
src/freedombone-app-lychee Bestand weergeven

@@ -46,6 +46,13 @@ lychee_variables=(LYCHEE_REPO
46 46
                   DDNS_PROVIDER
47 47
                   MY_USERNAME)
48 48
 
49
+function logging_on_lychee {
50
+    echo -n ''
51
+}
52
+
53
+function logging_off_lychee {
54
+    echo -n ''
55
+}
49 56
 
50 57
 function lychee_create_database {
51 58
     if [ -f ${IMAGE_PASSWORD_FILE} ]; then

+ 8
- 0
src/freedombone-app-mailpile Bestand weergeven

@@ -47,6 +47,14 @@ mailpile_variables=(MAILPILE_REPO
47 47
                     DDNS_PROVIDER
48 48
                     MY_USERNAME)
49 49
 
50
+function logging_on_mailpile {
51
+    echo -n ''
52
+}
53
+
54
+function logging_off_mailpile {
55
+    echo -n ''
56
+}
57
+
50 58
 function remove_user_mailpile {
51 59
     remove_username="$1"
52 60
     ${PROJECT_NAME}-pass -u $remove_username --rmapp mailpile

+ 8
- 0
src/freedombone-app-matrix Bestand weergeven

@@ -62,6 +62,14 @@ matrix_variables=(ONION_ONLY
62 62
                   MATRIX_DOMAIN_NAME
63 63
                   MATRIX_CODE)
64 64
 
65
+function logging_on_matrix {
66
+    echo -n ''
67
+}
68
+
69
+function logging_off_matrix {
70
+    echo -n ''
71
+}
72
+
65 73
 function matrix_nginx {
66 74
     matrix_nginx_site=/etc/nginx/sites-available/$MATRIX_DOMAIN_NAME
67 75
     if [[ $ONION_ONLY == "no" ]]; then

+ 8
- 0
src/freedombone-app-mediagoblin Bestand weergeven

@@ -49,6 +49,14 @@ mediagoblin_variables=(ONION_ONLY
49 49
                        DEFAULT_DOMAIN_NAME
50 50
                        DDNS_PROVIDER)
51 51
 
52
+function logging_on_mediagoblin {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_mediagoblin {
57
+    echo -n ''
58
+}
59
+
52 60
 function mediagoblin_fix_email {
53 61
     # This is a crude hack and there may be a better solution
54 62
     # The cause of verification problems might be that the mediagoblin user

+ 8
- 0
src/freedombone-app-movim Bestand weergeven

@@ -47,6 +47,14 @@ movim_variables=(ONION_ONLY
47 47
                  DDNS_PROVIDER
48 48
                  MY_USERNAME)
49 49
 
50
+function logging_on_movim {
51
+    echo -n ''
52
+}
53
+
54
+function logging_off_movim {
55
+    echo -n ''
56
+}
57
+
50 58
 function remove_user_movim {
51 59
     remove_username="$1"
52 60
 

+ 8
- 0
src/freedombone-app-mumble Bestand weergeven

@@ -47,6 +47,14 @@ mumble_variables=(MY_USERNAME
47 47
                   ONION_ONLY
48 48
                   ADMIN_USERNAME)
49 49
 
50
+function logging_on_mumble {
51
+    echo -n ''
52
+}
53
+
54
+function logging_off_mumble {
55
+    echo -n ''
56
+}
57
+
50 58
 function install_interactive_mumble {
51 59
     echo -n ''
52 60
     APP_INSTALLED=1

+ 8
- 0
src/freedombone-app-nextcloud Bestand weergeven

@@ -49,6 +49,14 @@ nextcloud_variables=(ONION_ONLY
49 49
                      DDNS_PROVIDER
50 50
                      MY_USERNAME)
51 51
 
52
+function logging_on_nextcloud {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_nextcloud {
57
+    echo -n ''
58
+}
59
+
52 60
 function remove_user_nextcloud {
53 61
     remove_username="$1"
54 62
 

+ 7
- 0
src/freedombone-app-pelican Bestand weergeven

@@ -49,6 +49,13 @@ pelican_variables=(MY_USERNAME
49 49
                    PELICAN_DOMAIN_NAME
50 50
                    PELICAN_BLOG_CODE)
51 51
 
52
+function logging_on_pelican {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_pelican {
57
+    echo -n ''
58
+}
52 59
 
53 60
 function install_pelican_website {
54 61
     if [[ $ONION_ONLY != 'no' ]]; then

+ 8
- 0
src/freedombone-app-pihole Bestand weergeven

@@ -54,6 +54,14 @@ pihole_variables=(ONION_ONLY
54 54
                   PIHOLE_DNS1
55 55
                   PIHOLE_DNS2)
56 56
 
57
+function logging_on_pihole {
58
+    echo -n ''
59
+}
60
+
61
+function logging_off_pihole {
62
+    echo -n ''
63
+}
64
+
57 65
 function pihole_copy_files {
58 66
     if [ ! -d /etc/.pihole ]; then
59 67
         mkdir /etc/.pihole

+ 8
- 0
src/freedombone-app-postactiv Bestand weergeven

@@ -55,6 +55,14 @@ postactiv_variables=(ONION_ONLY
55 55
                      POSTACTIV_EXPIRE_MONTHS
56 56
                      POSTACTIV_TITLE)
57 57
 
58
+function logging_on_postactiv {
59
+    echo -n ''
60
+}
61
+
62
+function logging_off_postactiv {
63
+    echo -n ''
64
+}
65
+
58 66
 function postactiv_customise_logo {
59 67
     domain_name=$1
60 68
 

+ 8
- 0
src/freedombone-app-profanity Bestand weergeven

@@ -48,6 +48,14 @@ xmpp_variables=(ONION_ONLY
48 48
                 DEFAULT_DOMAIN_NAME
49 49
                 XMPP_DOMAIN_CODE)
50 50
 
51
+function logging_on_profanity {
52
+    echo -n ''
53
+}
54
+
55
+function logging_off_profanity {
56
+    echo -n ''
57
+}
58
+
51 59
 function remove_user_profanity {
52 60
     remove_username="$1"
53 61
 }

+ 8
- 0
src/freedombone-app-radicale Bestand weergeven

@@ -50,6 +50,14 @@ radicale_variables=(ONION_ONLY
50 50
                     RADICALE_PASSWORD
51 51
                     DEFAULT_DOMAIN_NAME)
52 52
 
53
+function logging_on_radicale {
54
+    echo -n ''
55
+}
56
+
57
+function logging_off_radicale {
58
+    echo -n ''
59
+}
60
+
53 61
 function remove_user_radicale {
54 62
     remove_username="$1"
55 63
 

+ 8
- 0
src/freedombone-app-riot Bestand weergeven

@@ -49,6 +49,14 @@ riot_variables=(MY_USERNAME
49 49
                 ONION_ONLY
50 50
                 DDNS_PROVIDER)
51 51
 
52
+function logging_on_riot {
53
+    echo -n ''
54
+}
55
+
56
+function logging_off_riot {
57
+    echo -n ''
58
+}
59
+
52 60
 function remove_user_riot {
53 61
     echo -n ''
54 62
 }

+ 8
- 0
src/freedombone-app-rss Bestand weergeven

@@ -53,6 +53,14 @@ rss_variables=(RSS_READER_REPO
53 53
                USB_MOUNT
54 54
                MY_USERNAME)
55 55
 
56
+function logging_on_rss {
57
+    echo -n ''
58
+}
59
+
60
+function logging_off_rss {
61
+    echo -n ''
62
+}
63
+
56 64
 function remove_user_rss {
57 65
     remove_username="$1"
58 66
 }

+ 8
- 0
src/freedombone-app-scuttlebot Bestand weergeven

@@ -43,6 +43,14 @@ scuttlebot_variables=(MY_USERNAME
43 43
                       DEFAULT_DOMAIN_NAME
44 44
                       SYSTEM_TYPE)
45 45
 
46
+function logging_on_scuttlebot {
47
+    echo -n ''
48
+}
49
+
50
+function logging_off_scuttlebot {
51
+    echo -n ''
52
+}
53
+
46 54
 function scuttlebot_create_invite {
47 55
     invite_string=$(su -c "sbot invite.create 1" - scuttlebot | sed 's/"//g')
48 56
 

+ 8
- 0
src/freedombone-app-searx Bestand weergeven

@@ -48,6 +48,14 @@ searx_variables=(SEARX_LOGIN_TEXT
48 48
                  SEARX_BACKGROUND_IMAGE_URL
49 49
                  SYSTEM_TYPE)
50 50
 
51
+function logging_on_searx {
52
+    echo -n ''
53
+}
54
+
55
+function logging_off_searx {
56
+    echo -n ''
57
+}
58
+
51 59
 function searx_set_default_background {
52 60
     if [ -f ~/freedombone/img/backgrounds/searx.jpg ]; then
53 61
         cp ~/freedombone/img/backgrounds/searx.jpg /etc/searx/searx/static/themes/courgette/img/bg-body-index.jpg

+ 8
- 0
src/freedombone-app-sip Bestand weergeven

@@ -50,6 +50,14 @@ sip_variables=(ONION_ONLY
50 50
                TURN_TLS_PORT
51 51
                TURN_NONCE)
52 52
 
53
+function logging_on_sip {
54
+    echo -n ''
55
+}
56
+
57
+function logging_off_sip {
58
+    echo -n ''
59
+}
60
+
53 61
 function remove_user_sip {
54 62
     remove_username="$1"
55 63
     ${PROJECT_NAME}-rmsipuser ${remove_username}

+ 8
- 0
src/freedombone-app-syncthing Bestand weergeven

@@ -51,6 +51,14 @@ syncthing_variables=(SYNCTHING_ID
51 51
                      SYNCTHING_SHARED_DATA
52 52
                      USB_MOUNT)
53 53
 
54
+function logging_on_syncthing {
55
+    echo -n ''
56
+}
57
+
58
+function logging_off_syncthing {
59
+    echo -n ''
60
+}
61
+
54 62
 function syncthing_create_ids_file {
55 63
     if [ ! -f ~/.syncthing-server-id ]; then
56 64
         return

+ 8
- 0
src/freedombone-app-tahoelafs Bestand weergeven

@@ -56,6 +56,14 @@ tahoelafs_variables=(ONION_ONLY
56 56
                      TAHOELAFS_SHARES_HAPPY
57 57
                      TAHOELAFS_SHARES_TOTAL)
58 58
 
59
+function logging_on_tahoelafs {
60
+    echo -n ''
61
+}
62
+
63
+function logging_off_tahoelafs {
64
+    echo -n ''
65
+}
66
+
59 67
 function add_user_tahoelafs {
60 68
     if [[ $(app_is_installed tahoelafs) == "0" ]]; then
61 69
         echo '0'

+ 8
- 0
src/freedombone-app-tox Bestand weergeven

@@ -60,6 +60,14 @@ tox_variables=(SYSTEM_TYPE
60 60
                TOX_PORT
61 61
                TOX_NODES)
62 62
 
63
+function logging_on_tox {
64
+    echo -n ''
65
+}
66
+
67
+function logging_off_tox {
68
+    echo -n ''
69
+}
70
+
63 71
 function remove_user_tox {
64 72
     remove_username="$1"
65 73
 

+ 8
- 0
src/freedombone-app-turtl Bestand weergeven

@@ -59,6 +59,14 @@ turtl_variables=(ONION_ONLY
59 59
                  MY_EMAIL_ADDRESS
60 60
                  MY_USERNAME)
61 61
 
62
+function logging_on_turtl {
63
+    echo -n ''
64
+}
65
+
66
+function logging_off_turtl {
67
+    echo -n ''
68
+}
69
+
62 70
 function change_password_turtl {
63 71
     change_username="$1"
64 72
     new_user_password="$2"

+ 8
- 0
src/freedombone-app-vim Bestand weergeven

@@ -39,6 +39,14 @@ VIM_MUTT_EDITOR='vim \"+set nonumber\" \"+set insertmode\" \"+set spell\" +/^$/
39 39
 vim_variables=(MY_USERNAME
40 40
                VIM_MUTT_EDITOR)
41 41
 
42
+function logging_on_vim {
43
+    echo -n ''
44
+}
45
+
46
+function logging_off_vim {
47
+    echo -n ''
48
+}
49
+
42 50
 function reconfigure_vim {
43 51
     echo -n ''
44 52
 }

+ 8
- 0
src/freedombone-app-vpn Bestand weergeven

@@ -35,6 +35,14 @@ SHOW_ON_ABOUT=0
35 35
 
36 36
 vpn_variables=()
37 37
 
38
+function logging_on_vpn {
39
+    echo -n ''
40
+}
41
+
42
+function logging_off_vpn {
43
+    echo -n ''
44
+}
45
+
38 46
 function install_interactive_vpn {
39 47
     echo -n ''
40 48
     APP_INSTALLED=1

+ 8
- 0
src/freedombone-app-xmpp Bestand weergeven

@@ -59,6 +59,14 @@ xmpp_variables=(ONION_ONLY
59 59
                 DEFAULT_DOMAIN_NAME
60 60
                 XMPP_DOMAIN_CODE)
61 61
 
62
+function logging_on_xmpp {
63
+    echo -n ''
64
+}
65
+
66
+function logging_off_xmpp {
67
+    echo -n ''
68
+}
69
+
62 70
 function xmpp_add_onion_address {
63 71
     domain_name="$1"
64 72
     onion_address="$2"

+ 8
- 0
src/freedombone-app-zeronet Bestand weergeven

@@ -59,6 +59,14 @@ zeronet_variables=(TRACKER_PORT
59 59
                    ZERONET_DEFAULT_FORUM_TAGLINE
60 60
                    ZERONET_DEFAULT_MAIL_TAGLINE)
61 61
 
62
+function logging_on_zeronet {
63
+    echo -n ''
64
+}
65
+
66
+function logging_off_zeronet {
67
+    echo -n ''
68
+}
69
+
62 70
 function install_interactive_zeronet {
63 71
     echo -n ''
64 72
     APP_INSTALLED=1