comparison hooks/15-timezone @ 5535:a0d828e25482 draft

Add --noconfigure option With this set dhcpcd will not configure anything on the host. The expectation is that a 3rd party script will instead.
author Roy Marples <roy@marples.name>
date Wed, 04 Nov 2020 14:18:48 +0000
parents e323d30f279e
children
comparison
equal deleted inserted replaced
5534:605f7f9a20c0 5535:a0d828e25482
40 BOUND6|RENEW6|REBIND6|REBOOT6|INFORM6) 40 BOUND6|RENEW6|REBIND6|REBOOT6|INFORM6)
41 new_tzdb_timezone="$new_dhcp6_tzdb_timezone" 41 new_tzdb_timezone="$new_dhcp6_tzdb_timezone"
42 ;; 42 ;;
43 esac 43 esac
44 44
45 if $if_up; then 45 if $if_configured && $if_up; then
46 set_zoneinfo 46 set_zoneinfo
47 fi 47 fi