vapier 14/11/06 16:00:28 Modified: tlsdated.rc Log: Version bump. Fix cache dir ownership #528434 by Hanno Boeck. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 net-misc/tlsdate/files/tlsdated.rc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc?r1=1.1&r2=1.2 Index: tlsdated.rc =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tlsdated.rc 11 Dec 2012 01:49:23 -0000 1.1 +++ tlsdated.rc 6 Nov 2014 16:00:28 -0000 1.2 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc,v 1.1 2012/12/11 01:49:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsdate/files/tlsdated.rc,v 1.2 2014/11/06 16:00:28 vapier Exp $ description="start a daemon to continuously set time via a helper" @@ -15,5 +15,5 @@ } start_pre() { - checkpath -d -m 0700 "${TLSDATED_CACHE_DIR}" + checkpath -d -m 0700 -o tlsdate:tlsdate "${TLSDATED_CACHE_DIR}" }
