]> granicus.if.org Git - sudo/commitdiff
/var/run/.odus -> /var/run/sudo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Mar 1996 02:01:17 +0000 (02:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Mar 1996 02:01:17 +0000 (02:01 +0000)
aclocal.m4
sudo.pod

index 042d40cfc27581c71a0b5e3fe374836f72b95fbc..f0f1ad52b66943ddb58a7370932a3ac7c10e3b12 100644 (file)
@@ -140,8 +140,8 @@ dnl Where the log file goes, use /var/log if it exists, else /{var,usr}/adm
 dnl
 AC_DEFUN(SUDO_TIMEDIR, [AC_MSG_CHECKING(for timestamp file location)
 if test -d "/var/run"; then
-    AC_MSG_RESULT(/var/run/.odus)
-    AC_DEFINE(_SUDO_PATH_TIMEDIR, "/var/run/.odus")
+    AC_MSG_RESULT(/var/run/sudo)
+    AC_DEFINE(_SUDO_PATH_TIMEDIR, "/var/run/sudo")
 elif test -d "/tmp"; then
     AC_MSG_RESULT(/tmp/.odus)
     AC_DEFINE(_SUDO_PATH_TIMEDIR, "/tmp/.odus")
index b2073bc138d1a74550ec7e307a7319fa7202f655..9caf34a37651ec58394f5a72e5d996ccafd4b4a1 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -130,7 +130,7 @@ dynamic loader disables user-defined library search paths
 for setuid programs.  (Most modern dynamic loaders do this.)
 
 B<sudo> will check the ownership of its timestamp directory
-(F</var/run/.odus> or F</tmp/.odus> by default) and ignore
+(F</var/run/sudo> or F</tmp/.odus> by default) and ignore
 the directory's contents if it is not owned by root and
 only read, writable, and executable by root.  On systems
 that allow users to give files away to root (via chown),