diff options
-rw-r--r-- | meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb | 1 | ||||
-rw-r--r-- | meta-networking/recipes-support/ntp/files/ntp.conf | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb index d6bee9be14..0698a63258 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb | |||
@@ -70,6 +70,7 @@ do_install() { | |||
70 | sed -i "s:/lib/security:${base_libdir}/security:" ${D}${sysconfdir}/pam.d/vsftpd | 70 | sed -i "s:/lib/security:${base_libdir}/security:" ${D}${sysconfdir}/pam.d/vsftpd |
71 | sed -i "s:ftpusers:vsftpd.ftpusers:" ${D}${sysconfdir}/pam.d/vsftpd | 71 | sed -i "s:ftpusers:vsftpd.ftpusers:" ${D}${sysconfdir}/pam.d/vsftpd |
72 | fi | 72 | fi |
73 | install -d ${D}${localstatedir}/run/vsftpd/empty | ||
73 | } | 74 | } |
74 | 75 | ||
75 | INITSCRIPT_PACKAGES = "${PN}" | 76 | INITSCRIPT_PACKAGES = "${PN}" |
diff --git a/meta-networking/recipes-support/ntp/files/ntp.conf b/meta-networking/recipes-support/ntp/files/ntp.conf index a9cc838450..e80b661e25 100644 --- a/meta-networking/recipes-support/ntp/files/ntp.conf +++ b/meta-networking/recipes-support/ntp/files/ntp.conf | |||
@@ -5,7 +5,9 @@ driftfile /etc/ntp.drift | |||
5 | # This obtains a random server which will be close | 5 | # This obtains a random server which will be close |
6 | # (in IP terms) to the machine. Add other servers | 6 | # (in IP terms) to the machine. Add other servers |
7 | # as required, or change this. | 7 | # as required, or change this. |
8 | server time.server.example.com | 8 | # |
9 | # server time.server.example.com | ||
10 | # | ||
9 | # Using local hardware clock as fallback | 11 | # Using local hardware clock as fallback |
10 | # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself | 12 | # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself |
11 | server 127.127.1.0 | 13 | server 127.127.1.0 |