Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
676
Issues
676
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
27f3c0bb
Commit
27f3c0bb
authored
Mar 31, 2009
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/clamsmtp: removed pidfile for -exec option in initd
parent
0ef12d48
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
extra/clamsmtp/APKBUILD
extra/clamsmtp/APKBUILD
+3
-3
extra/clamsmtp/clamsmtp.confd
extra/clamsmtp/clamsmtp.confd
+1
-1
extra/clamsmtp/clamsmtp.initd
extra/clamsmtp/clamsmtp.initd
+2
-5
No files found.
extra/clamsmtp/APKBUILD
View file @
27f3c0bb
...
...
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter at gmail>
pkgname
=
clamsmtp
pkgver
=
1.10
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An SMTP Virus Filter"
url
=
"http://memberwebs.com/stef/software/clamsmtp/"
license
=
"as-is"
...
...
@@ -30,5 +30,5 @@ build() {
}
md5sums
=
"b068ba6e444859782bbdd88f290c1abf clamsmtp-1.10.tar.gz
931e54718c735bca4f3347c903cff0ed
clamsmtp.confd
9db0f44bda7e56d53486223a2a927b0e
clamsmtp.initd"
e84205681f64c07af9ec5b6a3dd8bc38
clamsmtp.confd
601d13d29f4426735be9a0599bb94a77
clamsmtp.initd"
extra/clamsmtp/clamsmtp.confd
View file @
27f3c0bb
...
...
@@ -2,4 +2,4 @@
# Specify daemon $OPTS here.
#
OPTS="
-p /var/run/clamsmtpd.pid
"
OPTS=""
extra/clamsmtp/clamsmtp.initd
View file @
27f3c0bb
#!/sbin/runscript
# Sample init.d file for alpine linux.
NAME=clamsmtpd
DAEMON=/usr/sbin/$NAME
depend() {
need net
clamd
need net
}
start() {
...
...
@@ -19,7 +17,6 @@ start() {
stop() {
ebegin "Stopping ${NAME}"
start-stop-daemon --stop --quiet \
--exec ${DAEMON} \
--pidfile /var/run/${NAME}.pid
--exec ${DAEMON}
eend $?
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment