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-server.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-server.config')
-rw-r--r-- | debian/wide-dhcpv6-server.config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/wide-dhcpv6-server.config b/debian/wide-dhcpv6-server.config new file mode 100644 index 0000000..9eb169c --- /dev/null +++ b/debian/wide-dhcpv6-server.config @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +INITCONFFILE=/etc/default/wide-dhcpv6-server + +[ -r "${INITCONFFILE}" ] && { + . ${INITCONFFILE} + db_set wide-dhcpv6-server/interfaces "${INTERFACES}" +} + +db_input high wide-dhcpv6-server/config_warn || true +db_input high wide-dhcpv6-server/interfaces || true +db_go || true + +exit 0 |