Browse Source

pkgsel: fixed bug in DNS.conf

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
8cfc8721ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pkgsel.d/Services/Network/DNS.conf

+ 2
- 2
pkgsel.d/Services/Network/DNS.conf

@ -2,7 +2,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Services/Network/DNS.conf
# Filename: target/mnemosyne/pkgsel.d/Services/Network/DNS.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
@ -16,6 +16,6 @@
if [ "$2" = 1 ]; then
for x in SIGHUP MULTIDATA DUMPCACHE FWDZONE; do
SDECFGSET_PKG_DJBDNS_$x=1
export SDECFGSET_PKG_DJBDNS_$x=1
done
fi

Loading…
Cancel
Save