diff options
author | Erich Eckner <git@eckner.net> | 2022-12-03 12:15:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-12-03 12:15:25 +0100 |
commit | 70c26a6d6a4d52266dbe31fed11fb41874600328 (patch) | |
tree | 46ed02075bb8d4f1f1190c4b9d4f90113742f718 /wide-dhcpv6/dhcp6c.install | |
parent | 45d927998351e693de1ec404d46a4dd07c512cdd (diff) | |
download | archlinuxewe-70c26a6d6a4d52266dbe31fed11fb41874600328.tar.xz |
wide-dhcpv6 new
Diffstat (limited to 'wide-dhcpv6/dhcp6c.install')
-rw-r--r-- | wide-dhcpv6/dhcp6c.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wide-dhcpv6/dhcp6c.install b/wide-dhcpv6/dhcp6c.install new file mode 100644 index 000000000..6b3d094d3 --- /dev/null +++ b/wide-dhcpv6/dhcp6c.install @@ -0,0 +1,10 @@ +post_install() { + echo "Edit the DHCPv6 client configuration in /etc/wide-dhcpv6/dhcp6c.conf" + echo "Also add your internal and external interface to /etc/conf.d/startpd.conf" + echo "and enable dhcp6c.service." +} + +post_upgrade() { + post_install +} + |