Added the sourcing of /etc/sysconfig/ypbind (bz 199448)
This commit is contained in:
parent
43956f8390
commit
ba6a7696ee
@ -19,6 +19,9 @@ OTHER_YPBIND_OPTS=""
|
|||||||
|
|
||||||
. /etc/sysconfig/network
|
. /etc/sysconfig/network
|
||||||
|
|
||||||
|
# Check for and source configuration file otherwise set defaults
|
||||||
|
[ -f /etc/sysconfig/ypbind ] && . /etc/sysconfig/ypbind
|
||||||
|
|
||||||
[ -z "$NISTIMEOUT" ] && NISTIMEOUT=20
|
[ -z "$NISTIMEOUT" ] && NISTIMEOUT=20
|
||||||
|
|
||||||
# Check that networking is configured.
|
# Check that networking is configured.
|
||||||
|
@ -88,6 +88,7 @@ exit 0
|
|||||||
* Wed Aug 23 2006 Steve Dickson <steved@redhat.com> - 3:1.19-3
|
* Wed Aug 23 2006 Steve Dickson <steved@redhat.com> - 3:1.19-3
|
||||||
- Remove the -s from install process making the -debuginfo
|
- Remove the -s from install process making the -debuginfo
|
||||||
package useful (bz 203851)
|
package useful (bz 203851)
|
||||||
|
- Added the sourcing of /etc/sysconfig/ypbind (bz 199448)
|
||||||
|
|
||||||
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> - 3:1.19-2
|
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> - 3:1.19-2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user