From 69ed8e952e7bd9c7c9bf3d4eee42e15d012dc315 Mon Sep 17 00:00:00 2001 From: Jason Vas Dias Date: Mon, 23 Aug 2004 18:48:14 +0000 Subject: fix resolv.conf merge if pre-existing resolv.conf nonexistent or empty --- initscripts.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 30379e88..a7f10a52 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.66 +Version: 7.67 License: GPL Group: System Environment/Base Release: 1 @@ -250,6 +250,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Aug 20 2004 Jason Vas Dias 7.67-1 +- fix change_resolv_conf: if pre-existing /etc/resolv.conf +- non-existent or empty, replace with new file contents. + * Fri Aug 20 2004 Jason Vas Dias 7.66-1 - Allow users to use generic /etc/dhclient.conf if per-device - /etc/dhclient-${DEVICE}.conf is non-existent or empty -- cgit