Add ldap patched bind and dhcp
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@373 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
16
net-misc/dhcp/files/dhcp-3.0.3-dhclient-hostname.patch
Normal file
16
net-misc/dhcp/files/dhcp-3.0.3-dhclient-hostname.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
--- client/scripts/linux
|
||||
+++ client/scripts/linux
|
||||
@@ -138,10 +138,12 @@
|
||||
[ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then
|
||||
current_hostname=`hostname`
|
||||
if [ x$current_hostname = x ] || \
|
||||
+ [ x$current_hostname = "x(none)" ] || \
|
||||
+ [ x$current_hostname = xlocalhost ] || \
|
||||
[ x$current_hostname = x$old_host_name ]; then
|
||||
if [ x$current_hostname = x ] || \
|
||||
[ x$new_host_name != x$old_host_name ]; then
|
||||
- hostname $new_host_name
|
||||
+ hostname "$new_host_name"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user