diff options
| author | jvdias <jvdias@fedoraproject.org> | 2006-03-07 04:25:38 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2006-03-07 04:25:38 +0000 |
| commit | 0cd02aa18f76fca3a52a81df26804036142b80f2 (patch) | |
| tree | 50113d49e103cbfa315b4aa95de5be0053b309c2 /named.local | |
| parent | b3f861a9645ba094769c7e2ba0cee5c4ac596ff5 (diff) | |
- replace caching-nameserver with bind-config sub-packagebind-9_3_2-6
- fix bug 181730: fix creation of named user & gid
- fix bug 177595: handle case where $ROOTDIR is a link in initscript
- fix bug 177001: bind-config creates symlinks OK now
- fix bug 176388: named.conf is now never replaced by any RPM
- fix bug 176246: remove unecessary creation of rpmsave links
- fix bug 174925: no replacement of named.conf
- fix bug 173963: existing named.conf never modified
- major .spec file cleanup
Diffstat (limited to 'named.local')
| -rw-r--r-- | named.local | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/named.local b/named.local new file mode 100644 index 0000000..479251a --- /dev/null +++ b/named.local @@ -0,0 +1,9 @@ +$TTL 86400 +@ IN SOA localhost. root.localhost. ( + 1997022700 ; Serial + 28800 ; Refresh + 14400 ; Retry + 3600000 ; Expire + 86400 ) ; Minimum + IN NS localhost. +1 IN PTR localhost. |
