summaryrefslogtreecommitdiff
path: root/sys-apps/openrc/files/openrc-0.6.1-fix-clockskew-error-handling.patch
blob: 2b66676765d35a3977da4bf5599b731326baebf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur openrc-0.6.1.a/init.d/savecache.in openrc-0.6.1.b/init.d/savecache.in
--- openrc-0.6.1.a/init.d/savecache.in	2010-03-22 15:02:12.000000000 -0500
+++ openrc-0.6.1.b/init.d/savecache.in	2010-07-13 13:56:47.000000000 -0500
@@ -10,7 +10,7 @@
 		ewarn "WARNING: clock skew detected!"
 		if ! yesno "savecache_skewed"; then
 			eerror "Not saving deptree cache"
-			return 1
+			return 0
 		fi
 	fi
 	ebegin "Saving dependency cache"