~tj/ubuntu/saucy/isc-dhcp/fix-for-lp1235298

« back to all changes in this revision

Viewing changes to debian/isc-dhcp-client.postinst

  • Committer: Stéphane Graber
  • Date: 2013-02-26 22:05:12 UTC
  • mfrom: (11.2.3 debian)
  • Revision ID: stgraber@ubuntu.com-20130226220512-c8fjg7l2pr32qsqo
Merge from Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
            fi
18
18
        fi
19
19
 
20
 
        if [ -z "$2" ]; then
21
 
                if [ -e /etc/dhcp3/dhclient.conf ]; then
22
 
                        cp /etc/dhcp3/dhclient.conf /etc/dhcp/dhclient.conf
23
 
                fi
24
 
        fi
25
 
 
26
20
        ;;
27
21
 
28
22
    abort-upgrade|abort-remove|abort-deconfigure)