diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 23:01:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 23:01:30 -0300 |
commit | 6ad57227f7b97199555231385e709eb18baaab68 (patch) | |
tree | 51c1cafc66d374f5db7ec0deefd472fa41f5f84f /pcr/puppet | |
parent | 3b9de5318d622ea0e0024bc62e15faaaf5c11542 (diff) |
fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and Contributors from Arch and remove (Parabola) for us
Diffstat (limited to 'pcr/puppet')
-rw-r--r-- | pcr/puppet/PKGBUILD | 14 | ||||
-rw-r--r-- | pcr/puppet/puppet.install | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/pcr/puppet/PKGBUILD b/pcr/puppet/PKGBUILD index 02e8f32c8..512d8e884 100644 --- a/pcr/puppet/PKGBUILD +++ b/pcr/puppet/PKGBUILD @@ -1,11 +1,11 @@ # Puppet: Installer: Arch -# Contributor: Greg Sutcliffe <puppet-aur (at) emeraldreverie (dot) org> -# Contributor: Hyacinthe Cartiaux <hyacinthe (dot) cartiaux (at) free (dot) fr> -# Contributor: Thomas S Hatch <thatch45 (at) Gmail (dot) com> -# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com> -# Contributor: Miah Johnson <miah (at) chia-pet dot org> -# Contributor: Dave Simons <miouhpi (at) Gmail (dot) com> -# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com> +# Contributor (Arch): Greg Sutcliffe <puppet-aur (at) emeraldreverie (dot) org> +# Contributor (Arch): Hyacinthe Cartiaux <hyacinthe (dot) cartiaux (at) free (dot) fr> +# Contributor (Arch): Thomas S Hatch <thatch45 (at) Gmail (dot) com> +# Contributor (Arch): Xavion <Xavion (dot) 0 (at) Gmail (dot) com> +# Contributor (Arch): Miah Johnson <miah (at) chia-pet dot org> +# Contributor (Arch): Dave Simons <miouhpi (at) Gmail (dot) com> +# Contributor (Arch): Niels Abspoel <aboe76 (at) Gmail (dot) com> # Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> # RC style, reserved for later use diff --git a/pcr/puppet/puppet.install b/pcr/puppet/puppet.install index 928df566b..12f800a5c 100644 --- a/pcr/puppet/puppet.install +++ b/pcr/puppet/puppet.install @@ -1,7 +1,7 @@ # Puppet: Installer: Arch -# Maintainer: Thomas S Hatch <thatch45 (at) Gmail (dot) com> -# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com> -# Contributor: Miah Johnson <Miah (at) chia-pet dot org> +# Maintainer (Arch): Thomas S Hatch <thatch45 (at) Gmail (dot) com> +# Contributor (Arch): Xavion <Xavion (dot) 0 (at) Gmail (dot) com> +# Contributor (Arch): Miah Johnson <Miah (at) chia-pet dot org> pre_install() { getent group puppet &>/dev/null || groupadd -r puppet -g 52 &>/dev/null |