Browse Source

anopa: Added anopa 0.2.0 - An init system/service manager built around s6 supervision suite

master
Nagy Károly Gábriel 9 years ago
parent
commit
b26551fde6
3 changed files with 73 additions and 0 deletions
  1. +5
    -0
      base/anopa/anopa.cache
  2. +28
    -0
      base/anopa/anopa.conf
  3. +40
    -0
      base/anopa/anopa.desc

+ 5
- 0
base/anopa/anopa.cache

@ -0,0 +1,5 @@
[TIMESTAMP] 1441116803 Tue Sep 1 14:13:23 2015
[BUILDTIME] 5 (1)
[SIZE] 0.90 MB, 77 files

+ 28
- 0
base/anopa/anopa.conf

@ -0,0 +1,28 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../anopa/anopa.conf
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then
prefix=/
set_confopt
fi
var_append confopt " " "--libexecdir=$sbindir"
hook_add postmake 5 "anopa_init"
anopa_init() {
if [ "$SDECFG_INIT" == "anopa" ]; then
ln -svnf aa-stage1 $root$sbindir/init
fi
}

+ 40
- 0
base/anopa/anopa.desc

@ -0,0 +1,40 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../anopa/anopa.desc
[COPY] Copyright (C) 2015 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] An init system/service manager built around s6 supervision suite
[T] anopa is an collection of tools and scripts aimed to provide an init
[T] system and service manager for Linux systems, based around the
[T] s6 supervision suite.
[T] It provides some execline scripts that can be used as init for different
[T] stage of the boot process, leaving stage 2 to be handled by s6-svscan,
[T] as well as tools that can be used to create a runtime repository of
[T] servicedirs, start/stop them and other related functions.
[U] http://jjacky.com/anopa
[A] Olivier Brunel <jjk@jjacky.com>
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
[C] base/system
[F] INIT
[L] GPL
[S] Stable
[V] 0.2.0
[P] O -1---5---9 200.000
[O] . $base/package/*/*/skaware-conf.in
[D] 2737632828 anopa-0.2.0.tar.gz http://jjacky.com/anopa/

Loading…
Cancel
Save