From ba6a7696eee0a00c14d60531257278f0e5b3bfcc Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 24 Aug 2006 02:14:40 +0000 Subject: [PATCH] Added the sourcing of /etc/sysconfig/ypbind (bz 199448) --- ypbind.init | 3 +++ ypbind.spec | 1 + 2 files changed, 4 insertions(+) diff --git a/ypbind.init b/ypbind.init index 65848c8..9d68310 100755 --- a/ypbind.init +++ b/ypbind.init @@ -19,6 +19,9 @@ OTHER_YPBIND_OPTS="" . /etc/sysconfig/network +# Check for and source configuration file otherwise set defaults +[ -f /etc/sysconfig/ypbind ] && . /etc/sysconfig/ypbind + [ -z "$NISTIMEOUT" ] && NISTIMEOUT=20 # Check that networking is configured. diff --git a/ypbind.spec b/ypbind.spec index bf5e269..4834451 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -88,6 +88,7 @@ exit 0 * Wed Aug 23 2006 Steve Dickson - 3:1.19-3 - Remove the -s from install process making the -debuginfo package useful (bz 203851) +- Added the sourcing of /etc/sysconfig/ypbind (bz 199448) * Fri Aug 11 2006 Steve Dickson - 3:1.19-2 - rebuild