public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin/files: spamassassin.service.conf spamassassin.service-r1
@ 2013-12-28 13:56 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-28 13:56 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/28 13:56:06

  Added:                spamassassin.service.conf spamassassin.service-r1
  Log:
  Let people pass more options to spamd process (#496254 by Evert)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.1                  mail-filter/spamassassin/files/spamassassin.service.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf?rev=1.1&content-type=text/plain

Index: spamassassin.service.conf
===================================================================
# Here you can append some options to spamd process, please
# double check that you make needed changes in service file if
# you use options requiring it
[Service]
Environment="SPAMD_OPTS="



1.1                  mail-filter/spamassassin/files/spamassassin.service-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1?rev=1.1&content-type=text/plain

Index: spamassassin.service-r1
===================================================================
[Unit]
Description=Spamassassin daemon
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/var/run/spamd.pid
ExecStart=/usr/sbin/spamd -d --pidfile /var/run/spamd.pid -m 5 -c -H $SPAMD_OPTS
StandardOutput=syslog
StandardError=syslog
Restart=always

[Install]
WantedBy=multi-user.target





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin/files: spamassassin.service.conf spamassassin.service-r1
@ 2013-12-29 10:03 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-29 10:03 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/29 10:03:51

  Modified:             spamassassin.service.conf spamassassin.service-r1
  Log:
  Move -c and -H to the config file as collides with other options people want to use (#496254#c10 by Evert)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  mail-filter/spamassassin/files/spamassassin.service.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf?r1=1.1&r2=1.2

Index: spamassassin.service.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spamassassin.service.conf	28 Dec 2013 13:56:06 -0000	1.1
+++ spamassassin.service.conf	29 Dec 2013 10:03:51 -0000	1.2
@@ -1,5 +1,10 @@
 # Here you can append some options to spamd process, please
 # double check that you make needed changes in service file if
 # you use options requiring it
+# Some options:
+#
+# -c          to create a per user configuration file
+# -H [dir]    to switch home dirs for helper apps, dir optional
+
 [Service]
-Environment="SPAMD_OPTS="
+Environment="SPAMD_OPTS= -c -H"



1.2                  mail-filter/spamassassin/files/spamassassin.service-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1?r1=1.1&r2=1.2

Index: spamassassin.service-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/files/spamassassin.service-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spamassassin.service-r1	28 Dec 2013 13:56:06 -0000	1.1
+++ spamassassin.service-r1	29 Dec 2013 10:03:51 -0000	1.2
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/spamd.pid
-ExecStart=/usr/sbin/spamd -d --pidfile /var/run/spamd.pid -m 5 -c -H $SPAMD_OPTS
+ExecStart=/usr/sbin/spamd -d --pidfile /var/run/spamd.pid -m 5 $SPAMD_OPTS
 StandardOutput=syslog
 StandardError=syslog
 Restart=always





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-29 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-29 10:03 [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin/files: spamassassin.service.conf spamassassin.service-r1 Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-28 13:56 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox