[Pkg-privacy-commits] [onioncat] 191/241: version string fixed in controller
Intrigeri
intrigeri at moszumanska.debian.org
Wed Aug 26 16:17:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch upstream-master
in repository onioncat.
commit 666eeca2d0f9009cfcfcee80a5bdc73b88509889
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Fri Aug 28 06:26:44 2009 +0000
version string fixed in controller
git-svn-id: https://www.cypherpunk.at/svn/onioncat/trunk@512 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
configure | 22 +++++++++++-----------
src/ocatctrl.c | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/configure b/configure
index 90aa597..c5dd9d5 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.62 for onioncat 0.2.0.r511.
+# Generated by GNU Autoconf 2.62 for onioncat 0.2.0.r512.
#
# Report bugs to <rahra at cypherpunk.at>.
#
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='onioncat'
PACKAGE_TARNAME='onioncat'
-PACKAGE_VERSION='0.2.0.r511'
-PACKAGE_STRING='onioncat 0.2.0.r511'
+PACKAGE_VERSION='0.2.0.r512'
+PACKAGE_STRING='onioncat 0.2.0.r512'
PACKAGE_BUGREPORT='rahra at cypherpunk.at'
ac_subst_vars='SHELL
@@ -1259,7 +1259,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 onioncat 0.2.0.r511 to adapt to many kinds of systems.
+\`configure' configures onioncat 0.2.0.r512 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1329,7 +1329,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of onioncat 0.2.0.r511:";;
+ short | recursive ) echo "Configuration of onioncat 0.2.0.r512:";;
esac
cat <<\_ACEOF
@@ -1421,7 +1421,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-onioncat configure 0.2.0.r511
+onioncat configure 0.2.0.r512
generated by GNU Autoconf 2.62
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1435,7 +1435,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by onioncat $as_me 0.2.0.r511, which was
+It was created by onioncat $as_me 0.2.0.r512, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ $0 $@
@@ -2084,7 +2084,7 @@ fi
# Define the identity of the package.
PACKAGE='onioncat'
- VERSION='0.2.0.r511'
+ VERSION='0.2.0.r512'
cat >>confdefs.h <<_ACEOF
@@ -2235,7 +2235,7 @@ ac_config_headers="$ac_config_headers config.h"
cat >>confdefs.h <<\_ACEOF
-#define SVN_REVISION "511"
+#define SVN_REVISION "512"
_ACEOF
@@ -5208,7 +5208,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by onioncat $as_me 0.2.0.r511, which was
+This file was extended by onioncat $as_me 0.2.0.r512, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5261,7 +5261,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-onioncat config.status 0.2.0.r511
+onioncat config.status 0.2.0.r512
configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/src/ocatctrl.c b/src/ocatctrl.c
index c83e088..904c640 100644
--- a/src/ocatctrl.c
+++ b/src/ocatctrl.c
@@ -258,7 +258,7 @@ void *ctrl_handler(void *p)
}
else if (!strcmp(buf, "version"))
{
- fprintf(ff, "%s (c) Bernhard R. Fischer -- compiled %s %s\n", PACKAGE_STRING, __DATE__, __TIME__);
+ fprintf(ff, "%s\n", CNF(version));
}
else if (!strcmp(buf, "help") || !strcmp(buf, "?"))
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list