about summary refs log tree commit diff
path: root/debian/dhcdbd.dhcp3
blob: 010842f38b521f33bc3220e260f10e8a84039fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if [ -n "${dhc_dbus}" ]; then
		/usr/bin/dbus-send \
		--system \
		--dest=com.redhat.dhcp \
		--type=method_call \
		/com/redhat/dhcp/$interface \
		com.redhat.dhcp.set \
		'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`";
		if (( ( dhc_dbus & 31 ) == 31 )); then
				exit 0;
		fi;
fi;