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
677
Issues
677
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
029385af
Commit
029385af
authored
Oct 04, 2018
by
Pedro Filipe
Committed by
Natanael Copa
Oct 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/fcron: upgrade to 3.2.1
parent
762ceb97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
19 deletions
+9
-19
community/fcron/APKBUILD
community/fcron/APKBUILD
+8
-18
community/fcron/fcron.initd
community/fcron/fcron.initd
+1
-1
No files found.
community/fcron/APKBUILD
View file @
029385af
# Maintainer: Diaz Devera Victor <vitronic2@gmail.com>
pkgname
=
fcron
pkgver
=
3.2.
0
pkgrel
=
2
pkgver
=
3.2.
1
pkgrel
=
0
pkgdesc
=
"periodical command scheduler for systems not always up"
url
=
"http://fcron.free.fr/"
install
=
"fcron.pre-install"
...
...
@@ -11,9 +10,8 @@ pkgusers="fcron"
pkggroups
=
"fcron"
arch
=
"all"
license
=
"GPL"
depends
=
""
makedepends
=
"readline-dev perl"
subpackages
=
"
$pkgname
-
pam
$pkgname
-doc"
subpackages
=
"
$pkgname
-
openrc
$pkgname
-pam::noarch
$pkgname
-doc"
source
=
"http://fcron.free.fr/archives/
${
pkgname
}
-
${
pkgver
}
.src.tar.gz
systab.orig
fcron.initd"
...
...
@@ -24,7 +22,7 @@ prepare() {
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
;;
esac
done
}
...
...
@@ -41,9 +39,8 @@ build() {
--with-piddir
=
/run
\
--with-sendmail
=
no
\
--with-selinux
=
no
\
--with-systemdsystemunitdir
=
no
\
||
return
1
make
||
return
1
--with-systemdsystemunitdir
=
no
make
}
package
()
{
...
...
@@ -58,7 +55,6 @@ package() {
pam
()
{
cd
"
$_builddir
"
arch
=
"noarch"
pkgdesc
=
"PAM configuration file for fcron package."
depends
=
"fcron"
mkdir
$subpkgdir
...
...
@@ -66,12 +62,6 @@ pam() {
install
-Dm644
files/fcrontab.pam
"
$subpkgdir
/etc/pam.d/fcrontab"
}
md5sums
=
"4b031c2fba32a98fa814d1557158b0e9 fcron-3.2.0.src.tar.gz
64ece6028dc5d552107ca536dc11395b systab.orig
225694ccc395fc21956593fa47959064 fcron.initd"
sha256sums
=
"eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564 fcron-3.2.0.src.tar.gz
d341910feee898102c810dcc73dfce48884f1662d9b0dfe3c8c4ca8228c4a497 systab.orig
ee83fd59107c6aad60c06c6b58d154697c17fc30686533fdf2a6269a577bef2d fcron.initd"
sha512sums
=
"97b200dfec02ca0aba76abf3cf71f54608fbadf46aa29d81d7316920fb1bebbba81d0118925f658cd9062f362b6075467c7f595e736b47616995a95958ae776b fcron-3.2.0.src.tar.gz
sha512sums
=
"ddfd3e3a297b843c924aacccffaa5c1c6b300497f39daa1cdb90dc4cf4bc757042b0b2c1f055c119c8128c64d830ee0e8757091610432f5ffcacca25d369e5cd fcron-3.2.1.src.tar.gz
7516c9a51b1f6c29f1256c4697028b47f7883bf5fb08ccc585cf49e4edc7598a9730a225a03aaf3749698a94b9d01dda76cd3f352c0c868960fd09374df44199 systab.orig
070f8bbcbb3c5ccfed6bbe2ca85ef959426d58ee1615dcee4b0289f62fb7c151895da78fa63218e3bcc8428ed18acf7c591b09981171040f5dfada685dd9b1c1
fcron.initd"
f87c9c9664611cd529b5f46affe5c3ff7af8fd2800b74958c34730a5ca564d888b5ddbfe18fa1ee20d4e26ed800ca38ed7f9626dd39ca2d3fc930be1ad78f4c5
fcron.initd"
community/fcron/fcron.initd
View file @
029385af
#!/sbin/
runscript
#!/sbin/
openrc-run
# Initscript by Diaz Devera Victor <vitronic2@gmail.com>
# Copyright 2014 Alpine Linux
...
...
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