aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_template.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-02 12:25:42 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-02 12:25:42 +0100
commit34f46382f0c0afc0babf5b7cbdfd83869b620c33 (patch)
tree2be6eba40af40419464134f3c97e61dfd4fa45d5 /src/auditordb/pg_template.sh
parent821c87ccbddbb7b0d0896f350de0a671f210ae40 (diff)
downloadexchange-34f46382f0c0afc0babf5b7cbdfd83869b620c33.tar.xz
skeleton logic for new auditordb functions
Diffstat (limited to 'src/auditordb/pg_template.sh')
-rwxr-xr-xsrc/auditordb/pg_template.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditordb/pg_template.sh b/src/auditordb/pg_template.sh
index 73bd7e989..c0937dcd3 100755
--- a/src/auditordb/pg_template.sh
+++ b/src/auditordb/pg_template.sh
@@ -10,12 +10,12 @@ do
then
cat pg_template.c | sed -e s/template/$n/g -e s/TEMPLATE/$NCAPS/g > pg_$n.c
cat pg_template.h | sed -e s/template/$n/g -e s/TEMPLATE/$NCAPS/g > pg_$n.h
- echo " plugin->$n\n = &TEH_PG_$n;" >> tmpl.c
+ echo " plugin->$n\n = &TAH_PG_$n;" >> tmpl.c
echo "#include \"pg_$n.h\"" >> tmpl.inc
echo " pg_$n.h pg_$n.c \\" >> tmpl.am
fi
done
echo "Add lines from tmpl.am to Makefile.am"
-echo "Add lines from tmpl.inc to plugin_exchangedb_postgres.c at the beginning"
-echo "Add lines from tmpl.c to plugin_exchangedb_postgres.c at the end"
+echo "Add lines from tmpl.inc to plugin_auditordb_postgres.c at the beginning"
+echo "Add lines from tmpl.c to plugin_auditordb_postgres.c at the end"