[dhcp/f17] define $SAVEDIR in dhclient-script (#833054)

Jiří Popelka jpopelka at fedoraproject.org
Mon Jun 18 14:20:32 UTC 2012


commit 8162f59b9419017eaec15af90fa08ee4aa3dc8ff
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Jun 18 16:19:31 2012 +0200

    define $SAVEDIR in dhclient-script (#833054)

 dhclient-script |    2 ++
 dhcp.spec       |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dhclient-script b/dhclient-script
index 814508b..d6a4d68 100644
--- a/dhclient-script
+++ b/dhclient-script
@@ -30,6 +30,8 @@
 #
 
 PATH=/bin:/usr/bin:/sbin
+# scripts in dhclient.d/ use $SAVEDIR (#833054)
+SAVEDIR=/var/lib/dhclient
 
 LOGFACILITY="local7"
 LOGLEVEL="notice"
diff --git a/dhcp.spec b/dhcp.spec
index 0806eaa..8e0e216 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -18,7 +18,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.4
-Release:  1%{?dist}
+Release:  2%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -567,6 +567,9 @@ fi
 
 
 %changelog
+* Mon Jun 18 2012 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.4-2
+- define $SAVEDIR in dhclient-script (#833054)
+
 * Wed Jun 06 2012 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.4-1
 - 4.2.4
 


More information about the scm-commits mailing list