You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
#!/bin/sh |
|
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# T2 SDE: package/.../djbdns/config.in |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This program is free software; you can redistribute it and/or modify |
|
# it under the terms of the GNU General Public License as published by |
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
# GNU General Public License can be found in the file COPYING. |
|
# --- T2-COPYRIGHT-NOTE-END --- |
|
if pkgcheck djbdns X; then |
|
menu_begin MENU_PKG_DJBDNS 'djbdns (tinydns/dnscache) Package Options' |
|
comment 'WARNING: If you patch your copy of djbdns its at your' |
|
comment ' own responsabily. This is not GPL, it`s restricted' |
|
comment ' by it`s author' |
|
comment ' ' |
|
|
|
bool 'Add SIGHUP patch for tinydns' \ |
|
SDECFG_PKG_DJBDNS_SIGHUP 0 |
|
bool 'Add Multidata patch for tinydns' \ |
|
SDECFG_PKG_DJBDNS_MULTIDATA 0 |
|
bool 'Add Dump Cache patch for dnscache' \ |
|
SDECFG_PKG_DJBDNS_DUMPCACHE 0 |
|
bool 'Add Forward Zone (when sticky) patch for dnscache' \ |
|
SDECFG_PKG_DJBDNS_FWDZONE 0 |
|
menu_end |
|
fi
|
|
|