summaryrefslogtreecommitdiff
path: root/net-misc/adjtimex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /net-misc/adjtimex
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'net-misc/adjtimex')
-rw-r--r--net-misc/adjtimex/Manifest1
-rw-r--r--net-misc/adjtimex/files/adjtimex-1.29-r1-gentoo-utc.patch30
2 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/adjtimex/Manifest b/net-misc/adjtimex/Manifest
index fe8983b95864..bb38131619af 100644
--- a/net-misc/adjtimex/Manifest
+++ b/net-misc/adjtimex/Manifest
@@ -1,4 +1,3 @@
-AUX adjtimex-1.29-r1-gentoo-utc.patch 1053 BLAKE2B 1f17ac2e1a508a3b54f7a1bb59de0338fc2c743bbd3202b09fea4310e4af5e8c282b4c70300708eaa4fe5ae313246ba1b05f18d12d0c73861042ef00f13b2b71 SHA512 d9d47fc4648b51969b50545b8925848601f373ba89908cdcb95e37b6ec4489b0e338bed4debed9a5fc1fbb3fff6a87c27583a25a89028bdf69dc09602c67d728
AUX adjtimex-1.29-r2-gentoo-utc.patch 1011 BLAKE2B c4e7f951ef316917630cfa122058e44a956b02830c80d3e2edecd5dcff9daacf869ff1f1e3613afb42c222287565a5c296f72d0729e5a928a58180039bc5e282 SHA512 7917ae69ff554c3b7de8be65f3758e9bcf80f5875afeca8d9ff81d1fa4bf4783f65c98b28d4d705fe585fb7a23b7e64af7d9145eb9286c24d7fdf2053a04e5f3
AUX adjtimex.init 638 BLAKE2B 652bc1dd50a59bec204b669bb72ba3ca68ae65bc450d4ff662ba2af5f7d5f784f184a3cf7156439fdb72608ef46042d606fc4f1e9abb969ff3ce500f3db9cf6f SHA512 4d8caa72076ac8ba2c0f6cabb31a28254e609d2215cc8f830921e729013144fc10cb6a8796fff80ecc4bf1dc611652e81830e46e59c1726d3147cc1680017041
DIST adjtimex_1.29-10.debian.tar.xz 33008 BLAKE2B b1da53008ef2373d9b450228bdb7f3378516880bf5b0d9b6d2c8aaa25880eea05954923e18497c42bf4e0f541dfa6c119c558b2712c5ed096a9c3e32dd3407c0 SHA512 4be30bdc63446259fe246e4d7fc0cb78fa40f40e9eb1a0b3a9d523d19ba0664be5e04f1803235a268eaae41cf4d88adfdbc6ecec86f8bd03703aca6c25ba9b8b
diff --git a/net-misc/adjtimex/files/adjtimex-1.29-r1-gentoo-utc.patch b/net-misc/adjtimex/files/adjtimex-1.29-r1-gentoo-utc.patch
deleted file mode 100644
index ac8730d1ee7d..000000000000
--- a/net-misc/adjtimex/files/adjtimex-1.29-r1-gentoo-utc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- adjtimex-1.29-debian/debian/adjtimexconfig 2011-12-23 21:29:32.962449759 +0100
-+++ adjtimex-1.29/debian/adjtimexconfig 2011-12-23 21:30:00.610638657 +0100
-@@ -3,6 +3,18 @@
- conffile=/etc/default/adjtimex
- startfile=/etc/init.d/adjtimex
-
-+# Get UTC setting
-+params=''
-+if [ -f /etc/conf.d/clock ]; then
-+ #baselayout-1
-+ source /etc/conf.d/clock
-+ [ "$CLOCK" == "UTC" ] && params='--utc'
-+elif [ -f /etc/conf.d/hwclock ]; then
-+ #baselayout-2
-+ source /etc/conf.d/hwclock
-+ [ "$clock" == "UTC" ] && params='--utc'
-+fi
-+
- echo -n "Comparing clocks (this will take 70 sec)..."
-
- # Get the parameters
-@@ -11,7 +23,7 @@
- baseline=`awk '/<= tick/{print ($1+$NF)/2}' /etc/adj.adjust`
- hz=`awk '/USER_HZ/{print $3}' /etc/adj.adjust`
- /usr/sbin/adjtimex --tick $baseline --frequency 0
--/usr/sbin/adjtimex --adjust --force-adjust >/etc/adj.adjust
-+/usr/sbin/adjtimex ${params} --adjust --force-adjust >/etc/adj.adjust
- echo "done."
- ticks=`tail -n 1 /etc/adj.adjust|awk '{print $6}'`
- freq=`tail -n 1 /etc/adj.adjust|awk '{print $7}'`