Commit b62432f9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

$ should be escaped in Makefile

parent 2376403e
...@@ -101,7 +101,7 @@ Type=forking ...@@ -101,7 +101,7 @@ Type=forking
PIDFile=/var/spool/clientmqueue/sm-client.pid PIDFile=/var/spool/clientmqueue/sm-client.pid
EnvironmentFile=/etc/default/sendmail EnvironmentFile=/etc/default/sendmail
ExecStartPre=/bin/rm -f /var/spool/mqueue/xf* ExecStartPre=/bin/rm -f /var/spool/mqueue/xf*
ExecStart=/usr/sbin/sendmail -L sm-msp-queue -Ac $SENDMAIL_OPTS $SENDMAIL_OPTARG ExecStart=/usr/sbin/sendmail -L sm-msp-queue -Ac $$SENDMAIL_OPTS $$SENDMAIL_OPTARG
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
...@@ -120,7 +120,7 @@ Wants=sm-client.service ...@@ -120,7 +120,7 @@ Wants=sm-client.service
Type=forking Type=forking
PIDFile=/run/sendmail.pid PIDFile=/run/sendmail.pid
EnvironmentFile=/etc/default/sendmail EnvironmentFile=/etc/default/sendmail
ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG ExecStart=/usr/sbin/sendmail -bd $$SENDMAIL_OPTS $$SENDMAIL_OPTARG
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment