File: sedscript

package info (click to toggle)
clamassassin 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: sh: 264; makefile: 16; sed: 15
file content (17 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sed -f
# This script is in the public domain.
s%@CONF_TMP@%/tmp%
s%@CONF_SUBJECTHEAD@%%
s%@CONF_FORMAIL@%formail%
s%@CONF_CLAMSCANNER@%clamscan%
s%@CONF_CLAMSCANOPT@%--no-summary --stdout%
s%@CONF_ADDSCANNERFLAG@%1%
s%@CONF_SIGTOOL@%sigtool%
s%@CONF_SIGLOC@%/var/lib/clamav%
s%@CONF_SIGVERSFLAG@%0%
s%@CONF_MKTEMP@%mktemp%
s%@CONF_RM@%rm%
s%@CONF_CAT@%cat%
s%@CONF_SED@%sed%
s%@CONF_ECHO@%echo%
s%@PACKAGE_STRING@%clamassassin 1.2.4%