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
646
Issues
646
List
Boards
Labels
Service Desk
Milestones
Merge Requests
173
Merge Requests
173
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
900f6e70
Commit
900f6e70
authored
Jul 24, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/busybox-initscripts: fix for crond initscript
fixes
#74
parent
722e9d51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/busybox-initscripts/APKBUILD
main/busybox-initscripts/APKBUILD
+2
-2
main/busybox-initscripts/cron.initd
main/busybox-initscripts/cron.initd
+1
-1
No files found.
main/busybox-initscripts/APKBUILD
View file @
900f6e70
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
busybox-initscripts
pkgver
=
2.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Init scripts for busybox daemons"
url
=
"http://git.alpinelinux.org/cgit/aports/tree/core/busybox-initscripts"
license
=
"GPL-2"
...
...
@@ -31,7 +31,7 @@ build() {
install
-m755
dvbdev ide_links usbdev usbdisk_link
"
$pkgdir
"
/lib/mdev/
}
md5sums
=
"
45b4ca78fad54f56018b9a2e9358dc68
cron.initd
md5sums
=
"
131e46b2853439f436bc377a5473273f
cron.initd
3af526f4de1a607f7932a15f7c8e8eb1 dnsd.initd
f7daf05f9984aa398fdbd3fe02e82678 httpd.initd
dad8e381142dfb42483de324aff4cf28 inetd.initd
...
...
main/busybox-initscripts/cron.initd
View file @
900f6e70
...
...
@@ -8,7 +8,7 @@ start() {
stop () {
ebegin "Stopping busybox cron"
start-stop-daemon --stop --exec crond
start-stop-daemon --stop --exec
/usr/sbin/
crond
eend $?
}
Ted Trask
@ttrask01
mentioned in issue
#74 (closed)
·
Jul 12, 2019
mentioned in issue
#74 (closed)
mentioned in issue #74
Toggle commit list
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