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
4dafff58
Commit
4dafff58
authored
8 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-conf: upgrade to 3.4.0
parent
5ba744ce
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
+0
-25
0 additions, 25 deletions
...0001-setup-alpine-cron-service-was-renamed-to-crond.patch
main/alpine-conf/APKBUILD
+6
-9
6 additions, 9 deletions
main/alpine-conf/APKBUILD
with
6 additions
and
34 deletions
main/alpine-conf/0001-setup-alpine-cron-service-was-renamed-to-crond.patch
deleted
100644 → 0
+
0
−
25
View file @
5ba744ce
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
+
6
−
9
View file @
4dafff58
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-conf
pkgver
=
3.
3.2
pkgrel
=
1
pkgver
=
3.
4.0
pkgrel
=
0
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
build
()
{
...
...
@@ -24,9 +24,6 @@ package() {
done
}
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"
md5sums
=
"4bea789ad26d94e9df8684fa8f01cbee alpine-conf-3.4.0.tar.xz"
sha256sums
=
"4f66c10aa7834f60ce5697487d6d8c47780bc954aa443976d957b4e8bbbfa61e alpine-conf-3.4.0.tar.xz"
sha512sums
=
"c652dfc0660f7483a10342cd2f374ec60b4329448476fad5bc93b5b31501529e08062d25248b5f4792643252b18cacb430273c08a3e0b7b901104f414733cb75 alpine-conf-3.4.0.tar.xz"
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