new startup sequence
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S99final_sequence
1 #!/bin/sh
2
3 if [ -f /fs/config/system ]
4 then
5         . /fs/config/system
6 else
7         mkdir -p /fs/config/
8 fi
9
10 if [ ! -f /fs/config/dropbear_dss_host_key ]
11 then
12         cp /etc/dropbear/dropbear_dss_host_key /fs/config
13 fi
14
15 if [ ! -f /fs/config/dropbear_rsa_host_key ]
16 then
17         cp /etc/dropbear/dropbear_rsa_host_key /fs/config
18 fi