diff options
author | orchidman <lesibel@free.fr> | 2011-10-31 17:21:03 +0100 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-31 17:21:03 +0100 |
commit | 3f19a4230881fc00743bfe762978d45575f689c7 (patch) | |
tree | 9b3675ecc0d1fec59cb8f7085c92d579157cda8e /extra | |
parent | 92289cf38ef287c0cfcb5b142dcb0fd9c9366849 (diff) | |
download | nutyx-extra-3f19a4230881fc00743bfe762978d45575f689c7.tar.gz nutyx-extra-3f19a4230881fc00743bfe762978d45575f689c7.tar.bz2 nutyx-extra-3f19a4230881fc00743bfe762978d45575f689c7.tar.xz nutyx-extra-3f19a4230881fc00743bfe762978d45575f689c7.zip |
ntp 4.2.6-4
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ntp/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/ntp/Pkgfile b/extra/ntp/Pkgfile index 42c32a697..9d0c9de82 100644 --- a/extra/ntp/Pkgfile +++ b/extra/ntp/Pkgfile @@ -7,14 +7,15 @@ name=ntp version=4.2.6 -release=3 +release=4 source=( http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-4.2/$name-$version.tar.gz\ http://nutyx.meticul.eu/files/patchs/$name/ntp-4.2.4_p7-nano.patch) build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version patch -Np1 -i ../ntp-4.2.4_p7-nano.patch |