|
Lines 28-41
Link Here
|
| 28 |
rc_flags="-g $rc_flags" |
28 |
rc_flags="-g $rc_flags" |
| 29 |
fi |
29 |
fi |
| 30 |
|
30 |
|
|
|
31 |
if [ ! -f $ntp_db_leapfile ]; then |
| 32 |
ntpd_fetch_leapfile |
| 33 |
fi |
| 34 |
|
| 31 |
if [ -z "$ntpd_chrootdir" ]; then |
35 |
if [ -z "$ntpd_chrootdir" ]; then |
| 32 |
return 0; |
36 |
return 0; |
| 33 |
fi |
37 |
fi |
| 34 |
|
38 |
|
| 35 |
if [ ! -f $ntp_db_leapfile ]; then |
|
|
| 36 |
ntpd_fetch_leapfile |
| 37 |
fi |
| 38 |
|
| 39 |
# If running in a chroot cage, ensure that the appropriate files |
39 |
# If running in a chroot cage, ensure that the appropriate files |
| 40 |
# exist inside the cage, as well as helper symlinks into the cage |
40 |
# exist inside the cage, as well as helper symlinks into the cage |
| 41 |
# from outside. |
41 |
# from outside. |