diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
commit | a26d3c8de667748085908f234a61404892c345e4 (patch) | |
tree | ad83490c98f49d5be7a848bd7385b55a041ffa76 /ntp | |
parent | 03d159c18473037056d7009d45f14e08aacc5a61 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/10/11 13:35:43+02:00 local!CoreDump
base section fixes
2004/10/11 13:21:10+02:00 local!CoreDump
x11 section fixes
2004/10/11 13:01:40+02:00 local!CoreDump
Section fixes: replace net with console/net
BKrev: 416a702ahGepUmVenzmpZ_GI8n7joA
Diffstat (limited to 'ntp')
-rw-r--r-- | ntp/ntp_4.1.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index 26e2472c6f..3bf0c38758 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -2,7 +2,7 @@ DESCRIPTION = "The Network Time Protocol (NTP) is used to \ synchronize the time of a computer client or server to \ another server or reference time source, such as a radio \ or satellite receiver or modem." -SECTION = "net" +SECTION = "console/network" PRIORITY = "optional" DEPENDS = "openssl" @@ -23,4 +23,4 @@ FILES_ntpdate = "/usr/bin/ntpdate /etc/init.d/ntpdate" do_install_append() { install -d ${D}/${sysconfdir}/init.d install -m 755 ${WORKDIR}/ntpdate ${D}/${sysconfdir}/init.d -}
\ No newline at end of file +} |