From 7450993043930c7c290fe357b958cc9bc5e99d42 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 12 Aug 2009 12:54:07 +0200 Subject: [PATCH] Remove upstart, won't be used for now. --HG-- extra : convert_revision : 866a1cbf13f2c6fdb129a977a55c481cb3dc61b1 --- templates/upstart/template | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 templates/upstart/template diff --git a/templates/upstart/template b/templates/upstart/template deleted file mode 100644 index e88ab07b8a8..00000000000 --- a/templates/upstart/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'upstart' -pkgname=upstart -version=0.5.1 -distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version.tar.bz2" -build_style=gnu_configure -configure_args="--disable-rpath --exec-prefix=/ --enable-threading" -make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin" -short_desc="Event-based replacement for the /sbin/init daemon" -maintainer="Juan RP " -checksum=22135c18aa09253ecca3544d9633d73655d7a378cd4a9f7f45a19c68f7058e13 -long_desc=" - Upstart is an event-based replacement for the /sbin/init daemon which handles - starting of tasks and services during boot, stopping them during shutdown - and supervising them while the system is running. - - It was originally developed for the Ubuntu distribution, but is intended to - be suitable for deployment in all Linux distributions as a replacement for - the venerable System-V init." - -keep_dirs="/etc/init" -conf_files="/etc/dbus-1/system.d/Upstart.conf" - -Add_dependency full glibc -Add_dependency full dbus