summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-12-01 09:21:37 +0100
committerAaron Bauman <bman@gentoo.org>2019-12-01 13:42:34 -0500
commit1501195562f59c1177b54199db9b398aad7a4a3f (patch)
tree2d2c4773adece4599e57ae4fa9193097e811bd51 /net-misc/adjtimex/files
parentnet-mail/checkpassword: remove unused patch (diff)
downloadgentoo-1501195562f59c1177b54199db9b398aad7a4a3f.tar.gz
gentoo-1501195562f59c1177b54199db9b398aad7a4a3f.tar.bz2
gentoo-1501195562f59c1177b54199db9b398aad7a4a3f.zip
net-misc/adjtimex: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/adjtimex/files')
-rw-r--r--net-misc/adjtimex/files/adjtimex-1.29-r1-gentoo-utc.patch30
1 files changed, 0 insertions, 30 deletions
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}'`