# HG changeset patch # User Franz Glasner # Date 1670454921 -3600 # Node ID 619a32c6baaa178431b0c69b8a188115a8911a95 # Parent 9d6b19f72ee577191de4631469ab53b296b5c96f Redirections for "echo" at the end diff -r 9d6b19f72ee5 -r 619a32c6baaa etc/periodic/daily/800.local-ipv6-refresh --- a/etc/periodic/daily/800.local-ipv6-refresh Wed Dec 07 17:13:23 2022 +0100 +++ b/etc/periodic/daily/800.local-ipv6-refresh Thu Dec 08 00:15:21 2022 +0100 @@ -39,7 +39,7 @@ exit 0 ;; *) - echo 1>&2 "$0: WARNING: \$daily_local_ipv6_refresh_enable is not set properly - assuming \"NO\" has been set" + echo "$0: WARNING: \$daily_local_ipv6_refresh_enable is not set properly - assuming \"NO\" has been set" 1>&2 exit 0 ;; esac @@ -47,11 +47,11 @@ case "${daily_local_ipv6_refresh_target}" in "NO") # SKIP because no target or no static IPv6 router given - echo 1>&2 "$0: WARNING: \$daily_local_ipv6_refresh_target is \`NO'" + echo "$0: WARNING: \$daily_local_ipv6_refresh_target is \`NO'" 1>&2 ;; '') # SKIP because this is an unresolvable router specification - echo 1>&2 "$0: WARNING: \$ipv6_defaultrouter has an unexpected empty value" + echo "$0: WARNING: \$ipv6_defaultrouter has an unexpected empty value" 1>&2 ;; *) #if type anticongestion >/dev/null 2>&1; then