Browse Source

pkgsel: got rid of runit-shutdown and runit-logacct... will use busybox instead

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
74898eef94
5 changed files with 4 additions and 70 deletions
  1. +0
    -17
      pkg_conf/runit-logacct.conf
  2. +0
    -18
      pkg_conf/runit-shutdown.conf
  3. +0
    -27
      pkg_diff/runit-logacct_embutils.diff
  4. +0
    -1
      pkgsel/Base/EMBEDDED_UCLIBC.all
  5. +4
    -7
      pkgsel/Core/runit.all

+ 0
- 17
pkg_conf/runit-logacct.conf

@ -1,17 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkg_conf/runit-logacct.conf
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# 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 pkginstalled embutils; then
var_append patchfiles ' ' $mnemosynedir/pkg_diff/runit-logacct_embutils.diff
fi

+ 0
- 18
pkg_conf/runit-shutdown.conf

@ -1,18 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkg_conf/runit-shutdown.conf
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# 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 [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" = "embedded" -a "$SDECFG_TRG_MNEMOSYNE_LIBC" = "uclibc" ]; then
echo_status "Not installing pidof or killall5 now"
var_append patchfiles ' ' $mnemosynedir/pkg_diff/uclibc-embedded-runit-shutdown.diff
fi

+ 0
- 27
pkg_diff/runit-logacct_embutils.diff

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkg_diff/runit-logacct_embutils.diff
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2006-06-20 17:26:41.000000000 +0200
+++ ./Makefile 2006-06-20 17:46:34.000000000 +0200
@@ -9,7 +9,7 @@
@echo "nothing to do yet"
install:
install -m 755 src/sulogin.sh $(DESTDIR)$(SBINDIR)/sulogin
- for f in last wall mesg; do \
+ for f in last wall; do \
install -m 755 src/$$f.sh $(DESTDIR)$(BINDIR)/$$f ; \
done
ln -snf last $(DESTDIR)$(BINDIR)/lastb

+ 0
- 1
pkgsel/Base/EMBEDDED_UCLIBC.all

@ -34,5 +34,4 @@ X busybox
- util-linux-ng
- net-tools
- module-init-tools
- runit-logacct
- udhcp

+ 4
- 7
pkgsel/Core/runit.all

@ -1,20 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/mnemosyne/pkgsel/Core/runit.all
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
#
# 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 ---
#Dependencies: BOOT!=initrd
#Dependencies: FOOTPRINT!=embedded
X runit
X runit-shutdown
X runit-logacct
- minit

Loading…
Cancel
Save