bugfix: Upgrades of packages leaves node in upgrade mode.

Due to the removal of odhcpd in
I0897be587cd1f46da758dda3efe65aea32c8a965
uploadctlservices no longer returns successfully.

Remove odhcpd to allow to return correctly.

Change-Id: I8e4bc2ff5846b793e31ce5ffedfba91806df7ed1
This commit is contained in:
Conrad Lara - KG6JEI 2017-04-11 19:26:28 -07:00
parent 474c7e4b86
commit 835d7e021c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Alphabetical except where noted below
# log needs to start before cron (and maybe others) to be detected for logging.
serviceslist="log cron dropbear linkled odhcpd snmpd vtund vtundsrv xinetd"
serviceslist="log cron dropbear linkled snmpd vtund vtundsrv xinetd"
start_upgrade_mode() {