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
16230aa3
Commit
16230aa3
authored
9 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-conf: backport crond git patch
parent
64c6f1e9
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/alpine-conf/0001-setup-alpine-cron-service-was-renamed-to-crond.patch
+25
-0
25 additions, 0 deletions
...0001-setup-alpine-cron-service-was-renamed-to-crond.patch
main/alpine-conf/APKBUILD
+8
-15
8 additions, 15 deletions
main/alpine-conf/APKBUILD
with
33 additions
and
15 deletions
main/alpine-conf/0001-setup-alpine-cron-service-was-renamed-to-crond.patch
0 → 100644
+
25
−
0
View file @
16230aa3
From 30687f8a92475a8b492d55ad51986e5cbf555bd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
Date: Sat, 19 Mar 2016 21:16:38 +0100
Subject: [PATCH] setup-alpine: cron service was renamed to crond
---
setup-alpine.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-alpine.in b/setup-alpine.in
index cc10483..1a34704 100644
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -147,7 +147,7 @@
fi
rc-update --quiet add networking boot
rc-update --quiet add urandom boot
rc-update --quiet add acpid
-rc-update --quiet add cron
+rc-update --quiet add crond
# enable new hostname
/etc/init.d/hostname --quiet restart
--
2.7.4
This diff is collapsed.
Click to expand it.
main/alpine-conf/APKBUILD
+
8
−
15
View file @
16230aa3
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-conf
pkgver
=
3.3.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Alpine configuration management scripts"
url
=
http://git.alpinelinux.org/cgit/
$pkgname
arch
=
"all"
license
=
"MIT"
depends
=
"openrc>0.13"
source
=
"http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-
$pkgver
.tar.xz
"
0001-setup-alpine-cron-service-was-renamed-to-crond.patch
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
make
VERSION
=
$pkgver
-r
$pkgrel
||
return
1
...
...
@@ -34,6 +24,9 @@ package() {
done
}
md5sums
=
"4b3a449af554d95b1b2d8c7f58849741 alpine-conf-3.3.2.tar.xz"
sha256sums
=
"8875061df0ae18539b45307680f46f0441589c8b4a0e5a19ef5cb4eff9fa294f alpine-conf-3.3.2.tar.xz"
sha512sums
=
"e8335a47f21ca78adfda0f01e7f000015a2ecbff3f1eb965d4139c1e8784d2894716655b9d0de7c7c8abb306128838ae13c62aec87738132c44a410addd26141 alpine-conf-3.3.2.tar.xz"
md5sums
=
"4b3a449af554d95b1b2d8c7f58849741 alpine-conf-3.3.2.tar.xz
7ba0188d9a957f3fba3d7836760cccc7 0001-setup-alpine-cron-service-was-renamed-to-crond.patch"
sha256sums
=
"8875061df0ae18539b45307680f46f0441589c8b4a0e5a19ef5cb4eff9fa294f alpine-conf-3.3.2.tar.xz
8f2d333bde574ab4b738136ade22cb56eba3a2c4d24bcf30dc897022ae873e09 0001-setup-alpine-cron-service-was-renamed-to-crond.patch"
sha512sums
=
"e8335a47f21ca78adfda0f01e7f000015a2ecbff3f1eb965d4139c1e8784d2894716655b9d0de7c7c8abb306128838ae13c62aec87738132c44a410addd26141 alpine-conf-3.3.2.tar.xz
8d553608e4f024991dbe61afddac6d35dd78a27c10c8cb55a68f80676c4895cf8984267e0f612eba07e5d45bfaf3a170d23ccdb8bf8af9b875f5bd35cba51252 0001-setup-alpine-cron-service-was-renamed-to-crond.patch"
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