diff --git a/pkg_conf/runit-logacct.conf b/pkg_conf/runit-logacct.conf deleted file mode 100644 index 55d0f99..0000000 --- a/pkg_conf/runit-logacct.conf +++ /dev/null @@ -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 diff --git a/pkg_conf/runit-shutdown.conf b/pkg_conf/runit-shutdown.conf deleted file mode 100644 index 41e10c3..0000000 --- a/pkg_conf/runit-shutdown.conf +++ /dev/null @@ -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 diff --git a/pkg_diff/runit-logacct_embutils.diff b/pkg_diff/runit-logacct_embutils.diff deleted file mode 100644 index 892480f..0000000 --- a/pkg_diff/runit-logacct_embutils.diff +++ /dev/null @@ -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 diff --git a/pkgsel/Base/EMBEDDED_UCLIBC.all b/pkgsel/Base/EMBEDDED_UCLIBC.all index c617909..7f403d1 100644 --- a/pkgsel/Base/EMBEDDED_UCLIBC.all +++ b/pkgsel/Base/EMBEDDED_UCLIBC.all @@ -34,5 +34,4 @@ X busybox - util-linux-ng - net-tools - module-init-tools -- runit-logacct - udhcp diff --git a/pkgsel/Core/runit.all b/pkgsel/Core/runit.all index 6745575..47870d7 100644 --- a/pkgsel/Core/runit.all +++ b/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