Merge branch 'devel' into 'master'

Devel to Master for 2.0.3

Closes #6

See merge request troyengel/petrified!11
This commit is contained in:
Troy Engel 2019-10-04 15:20:18 +00:00
commit 3ab753e090
6 changed files with 21 additions and 14 deletions

View file

@ -2,6 +2,9 @@
Project Home: https://gitlab.com/troyengel/petrified Project Home: https://gitlab.com/troyengel/petrified
## [2.0.3] - 2019-10-04
- Update systemd units to use Requires (#6)
## [2.0.2] - 2018-06-05 ## [2.0.2] - 2018-06-05
- Migrate to gitlab.com and update README / man page - Migrate to gitlab.com and update README / man page
- Add basic CONTRIBUTING.md - Add basic CONTRIBUTING.md

View file

@ -5,10 +5,10 @@ pkgname=('petrified-git' 'petrified-git-systemd')
pkgver=20141124.161601 pkgver=20141124.161601
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url="https://github.com/troyengel/petrified" url="https://gitlab.com/troyengel/petrified"
license=('GPL3') license=('GPL3')
options=('emptydirs') options=('emptydirs')
source=("https://github.com/troyengel/petrified/archive/master.tar.gz") source=("https://gitlab.com/troyengel/petrified/archive/master.tar.gz")
md5sums=('SKIP') md5sums=('SKIP')
pkgver() { pkgver() {

View file

@ -2,7 +2,7 @@
# #
## petrified - bash client to update dynamic DNS at freedns.afraid.org ## petrified - bash client to update dynamic DNS at freedns.afraid.org
## Copyright (c) 2014 Troy Engel ## Copyright (c) 2014 Troy Engel
## Version: 2.0.2 ## Version: 2.0.3
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
.\" .\"
.\" Standard preamble: .\" Standard preamble:
.\" ======================================================================== .\" ========================================================================
@ -54,16 +54,20 @@
.\" Avoid warning from groff about undefined register 'F'. .\" Avoid warning from groff about undefined register 'F'.
.de IX .de IX
.. ..
.if !\nF .nr F 0 .nr rF 0
.if \nF>0 \{\ .if \n(.g .if rF .nr rF 1
. de IX .if (\n(rF:(\n(.g==0)) \{\
. tm Index:\\$1\t\\n%\t"\\$2" . if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
.. ..
. if !\nF==2 \{\ . if !\nF==2 \{\
. nr % 0 . nr % 0
. nr F 2 . nr F 2
. \}
. \} . \}
.\} .\}
.rr rF
.\" .\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts. .\" Fear. Run. Save yourself. No user-serviceable parts.
@ -129,7 +133,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "PETRIFIED 1" .IX Title "PETRIFIED 1"
.TH PETRIFIED 1 "2018-06-04" "petrified 2.0.2" "Petrified Manual" .TH PETRIFIED 1 "2018-06-05" "petrified 2.0.3" "Petrified Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l

View file

@ -15,7 +15,7 @@
[Unit] [Unit]
Description=Run petrified in system mode Description=Run petrified in system mode
After=network-online.target After=network-online.target
Requisite=network-online.target Requires=network-online.target
[Service] [Service]
Type=simple Type=simple

View file

@ -15,7 +15,7 @@
[Unit] [Unit]
Description=Run petrified as %u Description=Run petrified as %u
After=network-online.target After=network-online.target
Requisite=network-online.target Requires=network-online.target
[Service] [Service]
Type=simple Type=simple