aboutsummaryrefslogtreecommitdiff
path: root/tests/etc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 17:39:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 17:39:51 +0200
commit78df8f9042140b2c0ecf9d81822d1545841df746 (patch)
tree6d6583ddf43cb71151f1c9cfcec8dfb2e1d9a7e3 /tests/etc
parentcfa111e835e6467b2ee005f351daaacff2d6bb4c (diff)
downloadwydawca-78df8f9042140b2c0ecf9d81822d1545841df746.tar.gz
wydawca-78df8f9042140b2c0ecf9d81822d1545841df746.tar.bz2
Namespace normalization (3)
Use WY_ prefix for configuration macros & variables.
Diffstat (limited to 'tests/etc')
-rw-r--r--tests/etc/mailstats.rcin4
-rw-r--r--tests/etc/notify.rcin4
-rw-r--r--tests/etc/wydawca.rcin12
3 files changed, 10 insertions, 10 deletions
diff --git a/tests/etc/mailstats.rcin b/tests/etc/mailstats.rcin
index b3aeab7..fc37a4e 100644
--- a/tests/etc/mailstats.rcin
+++ b/tests/etc/mailstats.rcin
@@ -14,13 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with Wydawca. If not, see <http://www.gnu.org/licenses/>.
-module-prepend-load-path "@WD_MODDIR@";
+module-prepend-load-path "@WY_MODDIR@";
module mailutils mod_mailutils.la;
module-init mailutils {
admin-address "root@localhost";
from-address "wydawca-noreply@localhost";
- mailer "| @WD_CONFSRC@/nullmail @WD_DST@/mail.out -F ${sender} ${rcpt}";
+ mailer "| @WY_CONFSRC@/nullmail @WY_DST@/mail.out -F ${sender} ${rcpt}";
mail-statistics {
statistics all;
diff --git a/tests/etc/notify.rcin b/tests/etc/notify.rcin
index 55f9c72..4fba0bd 100644
--- a/tests/etc/notify.rcin
+++ b/tests/etc/notify.rcin
@@ -14,13 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with Wydawca. If not, see <http://www.gnu.org/licenses/>.
-module-prepend-load-path "@WD_MODDIR@";
+module-prepend-load-path "@WY_MODDIR@";
module mailutils mod_mailutils.la;
module-init mailutils {
admin-address "root@localhost";
from-address "wydawca-noreply@localhost";
- mailer "| @WD_CONFSRC@/nullmail @WD_DST@/mail.out -F ${sender} ${rcpt}";
+ mailer "| @WY_CONFSRC@/nullmail @WY_DST@/mail.out -F ${sender} ${rcpt}";
}
# Notify the user about successful uploads
diff --git a/tests/etc/wydawca.rcin b/tests/etc/wydawca.rcin
index d020eff..a5e2187 100644
--- a/tests/etc/wydawca.rcin
+++ b/tests/etc/wydawca.rcin
@@ -65,8 +65,8 @@ dictionary project-uploader {
spool test {
url ftp://wydawca.test;
- source "@WD_SRC@/test";
- destination "@WD_DST@";
+ source "@WY_SRC@/test";
+ destination "@WY_DST@";
archive directory {
name "archive";
};
@@ -74,8 +74,8 @@ spool test {
spool ckfail {
url ftp://wydawca.ckfail;
- source "@WD_SRC@/fail";
- destination "@WD_DST@";
+ source "@WY_SRC@/fail";
+ destination "@WY_DST@";
archive none;
check-script <<EOT
echo WYDAWCA_SPOOL=$WYDAWCA_SPOOL
@@ -90,8 +90,8 @@ EOT;
spool ckok {
url ftp://wydawca.ckok;
- source "@WD_SRC@/ok";
- destination "@WD_DST@";
+ source "@WY_SRC@/ok";
+ destination "@WY_DST@";
archive none;
check-script "exit 0";
}

Return to:

Send suggestions and report system problems to the System administrator.