summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-11 15:22:12 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-11 15:23:31 +0000
commitdab716e0798aecbd970f69af8ac1b11e128a58d1 (patch)
tree6ead967b56362610c38397ddb36ecff341578530 /functions
parentfe02946472eab675f5e0100abaa9b618897d15f0 (diff)
downloadvyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.tar.gz
vyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.zip
"Live Systems" -> "Debian Live"
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
-rwxr-xr-xfunctions/help.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 63279a465..61810d160 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -692,7 +692,7 @@ Set_config_defaults ()
;;
*)
- LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}"
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}"
;;
esac
diff --git a/functions/help.sh b/functions/help.sh
index e8035fd91..ff10595c9 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -29,6 +29,6 @@ Help ()
printf "${HELP}\n\n"
fi
- echo "Report bugs to the Live Systems project <https://wiki.debian.org/DebianLive>."
+ echo "Report bugs to the Debian Live project <https://wiki.debian.org/DebianLive>."
exit 0
}