Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
f8d31fcb
Commit
f8d31fcb
authored
8 years ago
by
Stefan Wagner
Committed by
Jakub Jirutka
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/spamassassin: typo in initd script
parent
024238df
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/spamassassin/APKBUILD
+4
-4
4 additions, 4 deletions
main/spamassassin/APKBUILD
main/spamassassin/spamd.initd
+1
-1
1 addition, 1 deletion
main/spamassassin/spamd.initd
with
5 additions
and
5 deletions
main/spamassassin/APKBUILD
+
4
−
4
View file @
f8d31fcb
...
...
@@ -3,7 +3,7 @@
pkgname
=
spamassassin
_pkgreal
=
Mail-SpamAssassin
pkgver
=
3.4.1
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"The Powerful #1 Open-Source Spam Filter"
url
=
"http://search.cpan.org/dist/Mail-SpamAssassin/"
arch
=
"all"
...
...
@@ -73,14 +73,14 @@ cpan() {
}
md5sums
=
"76eca1f38c11635d319e62c26d5b034b Mail-SpamAssassin-3.4.1.tar.gz
c3c92982a4631b2d43f501537852e532
spamd.initd
a348c160f2a7e90b24a5b995e984248c
spamd.initd
d72f889cdbcd1289b773db3c00651a9c spamd.confd
d11273ff56e329842174cc1f68e91555 spamd.crond"
sha256sums
=
"9b7a95a594cdca4f265707364478b57813b82a0ec7e520d9bc818bfbcafdd726 Mail-SpamAssassin-3.4.1.tar.gz
163599ac085244ea626613ca55fcb75c1b7591a6e72f801869943e8e17556d95
spamd.initd
99dd743c53861bab603538638170f7c7adcc8bc1b3363422873674d915f7ca39
spamd.initd
6533298faf4b0f50f9d7fcf32d60366c02ecc27deeb2725265035fe3267277f5 spamd.confd
39487360aa9ee536e6f04f8fb86ed755f0536143b792f134667e5cd2a0e0846b spamd.crond"
sha512sums
=
"6a074f1a4177e1969cef575fe3b1b844d27c813d48fe1e07a46f56ffa728fc780897597d00f11acb269317a6308f284f0dee544d504da874d93b0549d094a6a3 Mail-SpamAssassin-3.4.1.tar.gz
75189ee20fc6cb006af3ced26030cdd2d4fe7052b1eea123a7104c57d162e2c429ed0efb68f15e0be48f38c0a383a9956db26ba188d74d89850a2f83c60fd421
spamd.initd
0a22933290a3abd147689bf3a9de4b6b277628c22966f353c5da932cd98560babf1d0bb9d92c456ea24decfb5af0bbc960192d29a90d9cab437e7986c75c8278
spamd.initd
274d3aa0d9aab05e83c8d5ad3e93a457649360021a67c8cb19088365bed681ebe26889cfa86f8c46a6044c7ee969231f2a71e3227adf8ad9e38d0286b9caf48d spamd.confd
c8c00e4281cefd5e5e15507c8890264a25aa59663c57ccdf7a77905e2550999cfbbfa7271189a9491b0a0e98dff432361f13becdb99e1b583cd9d45d68022a47 spamd.crond"
This diff is collapsed.
Click to expand it.
main/spamassassin/spamd.initd
+
1
−
1
View file @
f8d31fcb
...
...
@@ -2,7 +2,7 @@
pidfile
=
${
pidfile
:-
/run/spamd.pid
}
command
=
/usr/sbin/spamd
command_args
=
"
$command_args
:--m 5 -c -H}"
command_args
=
"
$
{
command_args
:-
-m 5 -c -H
}
"
extra_started_commands
=
"reload"
depend
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment