From e1dffaadbbaf4c756676df24e8e848e97fed7bd4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 16 May 2010 10:06:54 +0200 Subject: [PATCH] --- .../busybox/init.d/05_mount_filesystem | 22 +++++++++++++++++++ .../busybox/init.d/06_make_directorys | 22 +++++++++++++++++++ .../sysutils/busybox/init.d/08_userconfig | 22 +++++++++++++++++++ packages/sysutils/busybox/init.d/10_syslogd | 22 +++++++++++++++++++ packages/sysutils/busybox/init.d/11_crond | 22 +++++++++++++++++++ packages/sysutils/busybox/init.d/23_acpid | 22 +++++++++++++++++++ .../sysutils/busybox/scripts/acpi_powerbtn | 20 +++++++++++++++++ packages/sysutils/busybox/scripts/lsb-release | 20 +++++++++++++++++ .../sysutils/busybox/scripts/udhcp.script | 20 +++++++++++++++++ 9 files changed, 192 insertions(+) diff --git a/packages/sysutils/busybox/init.d/05_mount_filesystem b/packages/sysutils/busybox/init.d/05_mount_filesystem index 9a7641e436..5e01697c05 100755 --- a/packages/sysutils/busybox/init.d/05_mount_filesystem +++ b/packages/sysutils/busybox/init.d/05_mount_filesystem @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # # mounting needed filesystems # diff --git a/packages/sysutils/busybox/init.d/06_make_directorys b/packages/sysutils/busybox/init.d/06_make_directorys index 2da39f8d20..0ba5960624 100755 --- a/packages/sysutils/busybox/init.d/06_make_directorys +++ b/packages/sysutils/busybox/init.d/06_make_directorys @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # # make variable directory structure # diff --git a/packages/sysutils/busybox/init.d/08_userconfig b/packages/sysutils/busybox/init.d/08_userconfig index 4240a9a042..37e32d50f2 100755 --- a/packages/sysutils/busybox/init.d/08_userconfig +++ b/packages/sysutils/busybox/init.d/08_userconfig @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # # copy userconfig and samples # diff --git a/packages/sysutils/busybox/init.d/10_syslogd b/packages/sysutils/busybox/init.d/10_syslogd index 07438fd050..85a74140b8 100755 --- a/packages/sysutils/busybox/init.d/10_syslogd +++ b/packages/sysutils/busybox/init.d/10_syslogd @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # # start syslog daemon # diff --git a/packages/sysutils/busybox/init.d/11_crond b/packages/sysutils/busybox/init.d/11_crond index e5d03e397c..acf62791df 100755 --- a/packages/sysutils/busybox/init.d/11_crond +++ b/packages/sysutils/busybox/init.d/11_crond @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # # start cron daemon # diff --git a/packages/sysutils/busybox/init.d/23_acpid b/packages/sysutils/busybox/init.d/23_acpid index 7583905a4a..b87d6bab94 100755 --- a/packages/sysutils/busybox/init.d/23_acpid +++ b/packages/sysutils/busybox/init.d/23_acpid @@ -1,3 +1,25 @@ +#!/bin/sh + +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # start the ACPI daemon subsystem # # runlevels: openelec, textmode diff --git a/packages/sysutils/busybox/scripts/acpi_powerbtn b/packages/sysutils/busybox/scripts/acpi_powerbtn index c40703d3f1..6395758c6f 100755 --- a/packages/sysutils/busybox/scripts/acpi_powerbtn +++ b/packages/sysutils/busybox/scripts/acpi_powerbtn @@ -1,4 +1,24 @@ #!/bin/sh +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + /bin/sync /sbin/poweroff diff --git a/packages/sysutils/busybox/scripts/lsb-release b/packages/sysutils/busybox/scripts/lsb-release index 26d69d8a4f..ec97174338 100755 --- a/packages/sysutils/busybox/scripts/lsb-release +++ b/packages/sysutils/busybox/scripts/lsb-release @@ -1,4 +1,24 @@ #!/bin/sh +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + # show release information echo `cat /etc/openelec-release` \ No newline at end of file diff --git a/packages/sysutils/busybox/scripts/udhcp.script b/packages/sysutils/busybox/scripts/udhcp.script index 60ded0980c..da1a732940 100755 --- a/packages/sysutils/busybox/scripts/udhcp.script +++ b/packages/sysutils/busybox/scripts/udhcp.script @@ -1,5 +1,25 @@ #!/bin/sh +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# 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; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + case "$1" in deconfig) ifconfig $interface 0.0.0.0