SF.net SVN: gar:[23186] csw/mgar/pkg/sudo/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Mar 11 08:49:28 CET 2014


Revision: 23186
          http://sourceforge.net/p/gar/code/23186
Author:   dmichelsen
Date:     2014-03-11 07:49:28 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
sudo/trunk: Relocate timestamps to /var/run as required

Modified Paths:
--------------
    csw/mgar/pkg/sudo/trunk/Makefile

Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile	2014-03-10 23:24:51 UTC (rev 23185)
+++ csw/mgar/pkg/sudo/trunk/Makefile	2014-03-11 07:49:28 UTC (rev 23186)
@@ -84,7 +84,8 @@
 
 LOGPATH    = $(localstatedir)/log/sudo
 VARDIR     = $(localstatedir)/sudo
-TIMEPATH   = $(VARDIR)
+# It is important that this really gets cleaned on reboot
+TIMEPATH   = /var/run
 IOLOGPATH  = $(LOGPATH)/io
 
 REINPLACE_USRLOCAL += plugins/sudoers/sudoers

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list