]> granicus.if.org Git - sudo/commitdiff
rename systrace.c -> trace_systrace.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 21:07:36 +0000 (21:07 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 21:07:36 +0000 (21:07 +0000)
Makefile.in
configure
configure.in

index d4ddd41cb7b8b85d7b408ebab866cac40c058ffb..ea7bd2b0f87f527d84006b27b0bae5141bef9a86 100644 (file)
@@ -103,8 +103,8 @@ SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c err.c \
        gettime.c goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c \
        parse.c parse.lex parse.yacc set_perms.c sigaction.c snprintf.c \
        strcasecmp.c strerror.c strlcat.c strlcpy.c sudo.c sudo_noexec.c \
-       sudo.tab.c sudo_edit.c systrace.c testsudoers.c tgetpass.c utimes.c \
-       visudo.c zero_bytes.c $(AUTH_SRCS)
+       sudo.tab.c sudo_edit.c testsudoers.c tgetpass.c utimes.c \
+       trace_systrace.c visudo.c zero_bytes.c $(AUTH_SRCS)
 
 AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \
            auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \
index 409fed76da48b1020a66648b0f5e60d12b291720..47d54630f6eaba6bbc48f8d204daedf11bec9a0f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for sudo 1.6.8.
+# Generated by GNU Autoconf 2.59 for sudo 1.6.9.
 #
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
@@ -417,8 +417,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'
-PACKAGE_VERSION='1.6.8'
-PACKAGE_STRING='sudo 1.6.8'
+PACKAGE_VERSION='1.6.9'
+PACKAGE_STRING='sudo 1.6.9'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -947,7 +947,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sudo 1.6.8 to adapt to many kinds of systems.
+\`configure' configures sudo 1.6.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1009,7 +1009,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sudo 1.6.8:";;
+     short | recursive ) echo "Configuration of sudo 1.6.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1231,7 +1231,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-sudo configure 1.6.8
+sudo configure 1.6.9
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1245,7 +1245,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sudo $as_me 1.6.8, which was
+It was created by sudo $as_me 1.6.9, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1583,8 +1583,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
                     ac_config_headers="$ac_config_headers config.h pathnames.h"
 
-{ echo "$as_me:$LINENO: Configuring Sudo version 1.6.8" >&5
-echo "$as_me: Configuring Sudo version 1.6.8" >&6;}
+{ echo "$as_me:$LINENO: Configuring Sudo version 1.6.9" >&5
+echo "$as_me: Configuring Sudo version 1.6.9" >&6;}
 
 
 
@@ -30289,7 +30289,7 @@ done
     else
        CPPFLAGS="$CPPFLAGS -I${with_systrace}"
     fi
-    SUDO_OBJS="${SUDO_OBJS} systrace.o"
+    SUDO_OBJS="${SUDO_OBJS} trace_systrace.o"
 
 for ac_func in setproctitle
 do
@@ -32901,7 +32901,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by sudo $as_me 1.6.8, which was
+This file was extended by sudo $as_me 1.6.9, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -32961,7 +32961,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-sudo config.status 1.6.8
+sudo config.status 1.6.9
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 256d63aa07b360f359c5acd8d2cb815a384b661c..238dc8c9eba0a4206d29cb2fc1e6f47361c02d91 100644 (file)
@@ -1786,7 +1786,7 @@ if test -n "$with_systrace"; then
     else
        CPPFLAGS="$CPPFLAGS -I${with_systrace}"
     fi
-    SUDO_OBJS="${SUDO_OBJS} systrace.o"
+    SUDO_OBJS="${SUDO_OBJS} trace_systrace.o"
     AC_CHECK_FUNCS(setproctitle)
 fi
 dnl