diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:43:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:43:03 +0000 |
commit | f504d0d8a469f3f913a853e97020112fcf262c1b (patch) | |
tree | 25a4b573f8fc510c99d931a382598bee699a215c /debian/wide-dhcpv6-client.config | |
parent | Adding upstream version 20080615. (diff) | |
download | wide-dhcpv6-f504d0d8a469f3f913a853e97020112fcf262c1b.tar.xz wide-dhcpv6-f504d0d8a469f3f913a853e97020112fcf262c1b.zip |
Adding debian version 20080615-23.debian/20080615-23debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/wide-dhcpv6-client.config')
-rw-r--r-- | debian/wide-dhcpv6-client.config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/wide-dhcpv6-client.config b/debian/wide-dhcpv6-client.config new file mode 100644 index 0000000..26faf02 --- /dev/null +++ b/debian/wide-dhcpv6-client.config @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +INITCONFFILE=/etc/default/wide-dhcpv6-client + +[ -r "${INITCONFFILE}" ] && { + . ${INITCONFFILE} + db_set wide-dhcpv6-client/interfaces "${INTERFACES}" +} + +db_input high wide-dhcpv6-client/interfaces || true +db_go || true + +exit 0 |