Module: kamailio Branch: master Commit: 1bf9eac9d1531cf8e7492ba6c21f60493c309cee URL: https://github.com/kamailio/kamailio/commit/1bf9eac9d1531cf8e7492ba6c21f6049...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-03-03T19:28:25+01:00
misc/db script: change e-mail adress in ser database scripts
- change e-mail adress in ser database scripts to sr-dev list - these scripts are probably obselete - but this way we will at least notice if somebody tries to use them
---
Modified: misc/scripts/dbtext/ser_dbtext.sh Modified: misc/scripts/mysql/sip-router_mysql.sh Modified: misc/scripts/postgres/ser_postgres.sh
---
Diff: https://github.com/kamailio/kamailio/commit/1bf9eac9d1531cf8e7492ba6c21f6049... Patch: https://github.com/kamailio/kamailio/commit/1bf9eac9d1531cf8e7492ba6c21f6049...
---
diff --git a/misc/scripts/dbtext/ser_dbtext.sh b/misc/scripts/dbtext/ser_dbtext.sh index ce34142184..d572dca06c 100755 --- a/misc/scripts/dbtext/ser_dbtext.sh +++ b/misc/scripts/dbtext/ser_dbtext.sh @@ -104,7 +104,7 @@ FILES ${SRCDB_DIR}/${SRCDB}
REPORTING BUGS - Report bugs to ser-bugs@iptel.org + Report bugs to sr-dev@lists.kamailio.org EOF } #usage
diff --git a/misc/scripts/mysql/sip-router_mysql.sh b/misc/scripts/mysql/sip-router_mysql.sh index 3b40132ecd..aba468c7aa 100755 --- a/misc/scripts/mysql/sip-router_mysql.sh +++ b/misc/scripts/mysql/sip-router_mysql.sh @@ -175,7 +175,7 @@ FILES ${SCRIPT_DIR}/${DROP_SCRIPT}
REPORTING BUGS - Report bugs to ser-bugs@iptel.org + Report bugs to sr-dev@lists.kamailio.org EOF } #usage
diff --git a/misc/scripts/postgres/ser_postgres.sh b/misc/scripts/postgres/ser_postgres.sh index 9412ba0d21..cca43e1eee 100755 --- a/misc/scripts/postgres/ser_postgres.sh +++ b/misc/scripts/postgres/ser_postgres.sh @@ -53,7 +53,7 @@ Usage: $COMMAND create [database] to create databases, tables, and users) PSQL Full path to mysql command (${PSQL})
-Report bugs to ser-bugs@iptel.org +Report bugs to sr-dev@lists.kamailio.org EOF } #usage