[arch-commits] Commit in monit/repos (14 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri May 31 02:32:07 UTC 2013


    Date: Friday, May 31, 2013 @ 04:32:07
  Author: seblu
Revision: 92063

archrelease: copy trunk to community-i686, community-x86_64

Added:
  monit/repos/community-i686/PKGBUILD
    (from rev 92062, monit/trunk/PKGBUILD)
  monit/repos/community-i686/monit.changelog
    (from rev 92062, monit/trunk/monit.changelog)
  monit/repos/community-i686/monit.service
    (from rev 92062, monit/trunk/monit.service)
  monit/repos/community-x86_64/PKGBUILD
    (from rev 92062, monit/trunk/PKGBUILD)
  monit/repos/community-x86_64/monit.changelog
    (from rev 92062, monit/trunk/monit.changelog)
  monit/repos/community-x86_64/monit.service
    (from rev 92062, monit/trunk/monit.service)
Deleted:
  monit/repos/community-i686/PKGBUILD
  monit/repos/community-i686/monit.changelog
  monit/repos/community-i686/monit.service
  monit/repos/community-i686/monitd
  monit/repos/community-x86_64/PKGBUILD
  monit/repos/community-x86_64/monit.changelog
  monit/repos/community-x86_64/monit.service
  monit/repos/community-x86_64/monitd

----------------------------------+
 /PKGBUILD                        |   74 ++++++++++++++++++++++++++++++++++
 /monit.changelog                 |   80 +++++++++++++++++++++++++++++++++++++
 /monit.service                   |   26 ++++++++++++
 community-i686/PKGBUILD          |   39 ------------------
 community-i686/monit.changelog   |   40 ------------------
 community-i686/monit.service     |   13 ------
 community-i686/monitd            |   43 -------------------
 community-x86_64/PKGBUILD        |   39 ------------------
 community-x86_64/monit.changelog |   40 ------------------
 community-x86_64/monit.service   |   13 ------
 community-x86_64/monitd          |   43 -------------------
 11 files changed, 180 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-i686/PKGBUILD	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Marco Bartholomew <marco at marcobartholomew.com>
-
-pkgname=monit
-pkgver=5.5
-pkgrel=2
-pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
-arch=('i686' 'x86_64')
-url="http://mmonit.com/monit/"
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
-        monitd monit.service)
-sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53'
-            'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496'
-            'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m755 ${srcdir}/monitd  ${pkgdir}/etc/rc.d/monitd
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  
-  install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-i686/PKGBUILD (from rev 92062, monit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Marco Bartholomew <marco at marcobartholomew.com>
+
+pkgname=monit
+pkgver=5.5
+pkgrel=3
+pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
+arch=('i686' 'x86_64')
+url="http://mmonit.com/monit/"
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
+        monit.service)
+sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53'
+            'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+
+  install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/monit.changelog
===================================================================
--- community-i686/monit.changelog	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-i686/monit.changelog	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,40 +0,0 @@
-2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.1.1-2
-	* fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.1.1-1
-	* fixed FS#20559
-
-2009-12-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.0.3-1

Copied: monit/repos/community-i686/monit.changelog (from rev 92062, monit/trunk/monit.changelog)
===================================================================
--- community-i686/monit.changelog	                        (rev 0)
+++ community-i686/monit.changelog	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,40 @@
+2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.5-2 systemd .service file added
+
+2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.5-1
+
+2012-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.4-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3.2-1
+
+2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3.1-1
+
+2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3-1
+
+2011-07-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.5-1
+
+2011-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.4-1
+
+2010-11-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.3-1
+
+2010-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2-1
+
+2010-08-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.1.1-2
+	* fixed FS#20666
+
+2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.1.1-1
+	* fixed FS#20559
+
+2009-12-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.0.3-1

Deleted: community-i686/monit.service
===================================================================
--- community-i686/monit.service	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-i686/monit.service	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Pro-active monitoring utility for unix systems
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/monit -I
-ExecStop=/usr/bin/monit quit
-ExecReload=/usr/bin/monit reload
-
-[Install]
-WantedBy=multi-user.target
-

Copied: monit/repos/community-i686/monit.service (from rev 92062, monit/trunk/monit.service)
===================================================================
--- community-i686/monit.service	                        (rev 0)
+++ community-i686/monit.service	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Pro-active monitoring utility for unix systems
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/monit -I
+ExecStop=/usr/bin/monit quit
+ExecReload=/usr/bin/monit reload
+
+[Install]
+WantedBy=multi-user.target
+

Deleted: community-i686/monitd
===================================================================
--- community-i686/monitd	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-i686/monitd	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-start() {
-  stat_busy "Starting Monit"
-  /usr/bin/monit &> /dev/null
-  if [ $? -gt 0 ]; then
-    stat_fail
-  else
-    add_daemon monitd
-    stat_done
-  fi
-}
-
-stop() {
-  stat_busy "Stopping Monit"
-  /usr/bin/monit quit &> /dev/null
-  if [ $? -gt 0 ]; then
-    stat_fail
-  else
-    rm_daemon monitd
-    stat_done
-  fi
-}
-
-case "$1" in
-  start)
-    start
-    ;;
-  stop)
-    stop
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-x86_64/PKGBUILD	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Marco Bartholomew <marco at marcobartholomew.com>
-
-pkgname=monit
-pkgver=5.5
-pkgrel=2
-pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
-arch=('i686' 'x86_64')
-url="http://mmonit.com/monit/"
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
-        monitd monit.service)
-sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53'
-            'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496'
-            'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m755 ${srcdir}/monitd  ${pkgdir}/etc/rc.d/monitd
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  
-  install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 92062, monit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Marco Bartholomew <marco at marcobartholomew.com>
+
+pkgname=monit
+pkgver=5.5
+pkgrel=3
+pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
+arch=('i686' 'x86_64')
+url="http://mmonit.com/monit/"
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
+        monit.service)
+sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53'
+            'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+
+  install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-x86_64/monit.changelog
===================================================================
--- community-x86_64/monit.changelog	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-x86_64/monit.changelog	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,40 +0,0 @@
-2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.1.1-2
-	* fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.1.1-1
-	* fixed FS#20559
-
-2009-12-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* monit 5.0.3-1

Copied: monit/repos/community-x86_64/monit.changelog (from rev 92062, monit/trunk/monit.changelog)
===================================================================
--- community-x86_64/monit.changelog	                        (rev 0)
+++ community-x86_64/monit.changelog	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,40 @@
+2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.5-2 systemd .service file added
+
+2012-10-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.5-1
+
+2012-05-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.4-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3.2-1
+
+2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3.1-1
+
+2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.3-1
+
+2011-07-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.5-1
+
+2011-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.4-1
+
+2010-11-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2.3-1
+
+2010-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.2-1
+
+2010-08-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.1.1-2
+	* fixed FS#20666
+
+2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.1.1-1
+	* fixed FS#20559
+
+2009-12-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* monit 5.0.3-1

Deleted: community-x86_64/monit.service
===================================================================
--- community-x86_64/monit.service	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-x86_64/monit.service	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Pro-active monitoring utility for unix systems
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/monit -I
-ExecStop=/usr/bin/monit quit
-ExecReload=/usr/bin/monit reload
-
-[Install]
-WantedBy=multi-user.target
-

Copied: monit/repos/community-x86_64/monit.service (from rev 92062, monit/trunk/monit.service)
===================================================================
--- community-x86_64/monit.service	                        (rev 0)
+++ community-x86_64/monit.service	2013-05-31 02:32:07 UTC (rev 92063)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Pro-active monitoring utility for unix systems
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/monit -I
+ExecStop=/usr/bin/monit quit
+ExecReload=/usr/bin/monit reload
+
+[Install]
+WantedBy=multi-user.target
+

Deleted: community-x86_64/monitd
===================================================================
--- community-x86_64/monitd	2013-05-31 02:31:57 UTC (rev 92062)
+++ community-x86_64/monitd	2013-05-31 02:32:07 UTC (rev 92063)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-start() {
-  stat_busy "Starting Monit"
-  /usr/bin/monit &> /dev/null
-  if [ $? -gt 0 ]; then
-    stat_fail
-  else
-    add_daemon monitd
-    stat_done
-  fi
-}
-
-stop() {
-  stat_busy "Stopping Monit"
-  /usr/bin/monit quit &> /dev/null
-  if [ $? -gt 0 ]; then
-    stat_fail
-  else
-    rm_daemon monitd
-    stat_done
-  fi
-}
-
-case "$1" in
-  start)
-    start
-    ;;
-  stop)
-    stop
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0




More information about the arch-commits mailing list