summaryrefslogtreecommitdiff
path: root/wide-dhcpv6/dhcp6c.install
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-12-03 12:15:25 +0100
committerErich Eckner <git@eckner.net>2022-12-03 12:15:25 +0100
commit70c26a6d6a4d52266dbe31fed11fb41874600328 (patch)
tree46ed02075bb8d4f1f1190c4b9d4f90113742f718 /wide-dhcpv6/dhcp6c.install
parent45d927998351e693de1ec404d46a4dd07c512cdd (diff)
downloadarchlinuxewe-70c26a6d6a4d52266dbe31fed11fb41874600328.tar.xz
wide-dhcpv6 new
Diffstat (limited to 'wide-dhcpv6/dhcp6c.install')
-rw-r--r--wide-dhcpv6/dhcp6c.install10
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
+}
+