diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-01-16 08:51:15 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-01-16 08:51:15 +0000 |
| commit | e806203207aefa08f75eb009f36c0644bda9a2c4 (patch) | |
| tree | 3ad38203aa92ed0ce74c572960c82b6c204628b1 | |
| parent | 66d4cc2e4760d67230ae61fd9e87178d14c11456 (diff) | |
dhcdbd.dhcp3 must stay in the dhcdbd package
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@476 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/dhcdbd.dhcp3 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/dhcdbd.dhcp3 b/debian/dhcdbd.dhcp3 deleted file mode 100644 index 010842f3..00000000 --- a/debian/dhcdbd.dhcp3 +++ /dev/null @@ -1,13 +0,0 @@ -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; - |