From 2cfa16a770e0fabb3361d20fa758bb7b277393db Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 30 Sep 2004 21:07:36 +0000 Subject: [PATCH] rename systrace.c -> trace_systrace.c --- Makefile.in | 4 ++-- configure | 24 ++++++++++++------------ configure.in | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.in b/Makefile.in index d4ddd41cb..ea7bd2b0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/configure b/configure index 409fed76d..47d54630f 100755 --- 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'`\\" diff --git a/configure.in b/configure.in index 256d63aa0..238dc8c9e 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.50.1