aports/main/dhcp/dhcp.pre-upgrade
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

9 lines
170 B
Bash

#!/bin/sh
# script renamed. Try save users settings if needed
if [ -f /etc/conf.d/dhcp ] && [ ! -f /etc/conf.d/dhcpd ]; then
mv /etc/conf.d/dhcp /etc/conf.d/dhcpd
fi