Browse Source

converted the default .init files to match the LSB runlevel definition

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1139 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
7b13ab8658
31 changed files with 481 additions and 41 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +21
    -1
      package/alessandro/webmin/webmin.init
  3. +1
    -1
      package/base/bind/bind.init
  4. +1
    -1
      package/base/cron/cron.init
  5. +1
    -1
      package/base/devfsd/devfsd.init
  6. +1
    -1
      package/base/iproute2/network.init
  7. +1
    -1
      package/base/sysklogd/sysklogd.init
  8. +21
    -1
      package/clifford/mysql/mysql.init
  9. +5
    -5
      package/gnome2/gdm24/gdm.init
  10. +5
    -5
      package/kde31/kdebase31/kdm.init
  11. +21
    -1
      package/mnemoc/openldap/openldap.init
  12. +22
    -2
      package/powerpc/pbbuttons/pbbuttonsd.init
  13. +22
    -2
      package/powerpc/pmud/pmud.init
  14. +1
    -1
      package/powerpc/powerpc-utils/mac_hid.init
  15. +21
    -1
      package/rene/coda/coda-client.init
  16. +21
    -1
      package/rene/coda/coda-server.init
  17. +21
    -1
      package/rene/coda/coda-utils.init
  18. +21
    -1
      package/rene/samba/samba.init
  19. +21
    -1
      package/rene/samba/smbmount.init
  20. +21
    -1
      package/rene/spamassassin/spamassassin.init
  21. +21
    -1
      package/sirkull/clamav/clamd.init
  22. +21
    -1
      package/sirkull/dansguardian/dansguardian.init
  23. +21
    -1
      package/sirkull/pyzor/pyzor.init
  24. +21
    -1
      package/tsa/nessus/nessusd.init
  25. +21
    -1
      package/tsa/xinetd/xinetd.init
  26. +21
    -1
      package/tsa/zebra/bgpd.init
  27. +21
    -2
      package/tsa/zebra/ospf6d.init
  28. +21
    -1
      package/tsa/zebra/ospfd.init
  29. +21
    -1
      package/tsa/zebra/ripd.init
  30. +21
    -1
      package/tsa/zebra/ripngd.init
  31. +21
    -1
      package/tsa/zebra/zebra.init

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- fixed bootdisk and strip wrapper useage
- added pci.ids (#66) and keymaps to the 2nd_stage and general cleanups
- updated xscreensaver (#85)
- converted the default .init files to match the LSB runlevel definition
*) 2003-08-19 (2.0.0-camp - 2.0.0-rc1)

+ 21
- 1
package/alessandro/webmin/webmin.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux /etc/rc.d/init.d/webmin
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/alessandro/webmin/webmin.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: Webmin - System Administration daemon
# Runlevel: 80 rcX

+ 1
- 1
package/base/bind/bind.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: ISC DNS Server
# Runlevel: 25 rcX rc2 rc3
# Runlevel: 25 rcX
#
main_begin

+ 1
- 1
package/base/cron/cron.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: daemon to execute scheduled commands
# Runlevel: 25 rcX rc2 rc3
# Runlevel: 25 rcX rc2 rc3 rc4 rc5
#
main_begin

+ 1
- 1
package/base/devfsd/devfsd.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: optional daemon for managing devfs
# Runlevel: 13 rcX rc2 rc3
# Runlevel: 13 rcX rc2 rc3 rc4 rc5
#
main_begin

+ 1
- 1
package/base/iproute2/network.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: setting up network devices
# Runlevel: 15 rcX
# Runlevel: 15 rcX rc3 rc4 rc5
#
. /etc/conf/network

+ 1
- 1
package/base/sysklogd/sysklogd.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: linux system logging utilities
# Runlevel: 11 rcX rc2 rc3
# Runlevel: 11 rcX rc2 rc3 rc4 rc5
#
main_begin

+ 21
- 1
package/clifford/mysql/mysql.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/mysql
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/clifford/mysql/mysql.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: the MySQL server
# Runlevel: 30 rcX

+ 5
- 5
package/gnome2/gdm24/gdm.init

@ -1,25 +1,25 @@
#!/bin/sh
#
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
#
# ROCK Linux: rock-src/package/gnome2/gdm24/gdm.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# ROCK Linux: /etc/rc.d/init.d/xdm

+ 5
- 5
package/kde31/kdebase31/kdm.init

@ -1,25 +1,25 @@
#!/bin/sh
#
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
#
# ROCK Linux: rock-src/package/kde31/kdebase31/kdm.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# ROCK Linux: /etc/rc.d/init.d/kdm

+ 21
- 1
package/mnemoc/openldap/openldap.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/openldap
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/openldap/openldap.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: the OpenLDAP server
# Runlevel: 30 rcX

+ 22
- 2
package/powerpc/pbbuttons/pbbuttonsd.init

@ -1,9 +1,29 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/pbbuttons
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/powerpc/pbbuttons/pbbuttonsd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: laptop special feature deamon
# Runlevel: 85 rcX rc2 rc3
# Runlevel: 85 rcX rc2 rc3 rc4 rc5
#
main_begin

+ 22
- 2
package/powerpc/pmud/pmud.init

@ -1,9 +1,29 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/mpud
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/powerpc/pmud/pmud.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: PowerPC Power Management Unit daemon
# Runlevel: 80 rcX rc2 rc3
# Runlevel: 80 rcX rc2 rc3 rc4 rc5
#
PMUD_ARGS=""

+ 1
- 1
package/powerpc/powerpc-utils/mac_hid.init

@ -23,7 +23,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: macintosh mouse button emulation
# Runlevel: 35 rcX rc2 rc3
# Runlevel: 35 rcX rc2 rc3 rc4 rc5
#
mouse_button_emulation=1

+ 21
- 1
package/rene/coda/coda-client.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux: /etc/rc.d/init.d/coda-client
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/coda/coda-client.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: The CODA filesystem client cache manager (venus)
# Runlevel: 35 rcX

+ 21
- 1
package/rene/coda/coda-server.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux: /etc/init.d/coda-server
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/coda/coda-server.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: The CODA filesystem server daemon
# Runlevel: 32 rcX

+ 21
- 1
package/rene/coda/coda-utils.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux: /etc/rc.d/init.d/coda-utils
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/coda/coda-utils.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: The CODA filesystem helper utility daemons
# Runlevel: 30 rcX

+ 21
- 1
package/rene/samba/samba.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/init.d/samba
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/samba/samba.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: SMB (Server Message Block) protocol daemon
# Runlevel: 40 rcX

+ 21
- 1
package/rene/samba/smbmount.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/init.d/smbmount
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/samba/smbmount.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: mounting and unmounting for SMB shares
# Runlevel: 75 rcX

+ 21
- 1
package/rene/spamassassin/spamassassin.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/spamd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/spamassassin/spamassassin.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: The spamassassin mail filter server
# Runlevel: 22 rcX

+ 21
- 1
package/sirkull/clamav/clamd.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux /etc/rc.d/init.d/clamd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/sirkull/clamav/clamd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: ClamAV Daemon
# Runlevel: 61 rcX

+ 21
- 1
package/sirkull/dansguardian/dansguardian.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/dansguardian
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/sirkull/dansguardian/dansguardian.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: DansGuarian - Filtering pass-through proxy
# Runlevel: 56 rcX

+ 21
- 1
package/sirkull/pyzor/pyzor.init

@ -1,6 +1,26 @@
#!/bin/bash
#
# ROCK Linux /etc/rc.d/init.d/pyzor
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/sirkull/pyzor/pyzor.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: Pyzor Spam Detection Network
# Runlevel: 22 rcX

+ 21
- 1
package/tsa/nessus/nessusd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/nessusd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/nessus/nessusd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: Nessus daemon
#

+ 21
- 1
package/tsa/xinetd/xinetd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/xinetd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/xinetd/xinetd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: internet "xinetd(8) super-server"
#

+ 21
- 1
package/tsa/zebra/bgpd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/bgpd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/bgpd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: BGP daemon
#

+ 21
- 2
package/tsa/zebra/ospf6d.init

@ -1,7 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/ospf6d
#
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/ospf6d.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
# Desc: OSPF daemon for IPv6
#
# Runlevel: 25 rcX

+ 21
- 1
package/tsa/zebra/ospfd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/ospfd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/ospfd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: OSPF daemon
#

+ 21
- 1
package/tsa/zebra/ripd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/ripd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/ripd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: RIP daemon
#

+ 21
- 1
package/tsa/zebra/ripngd.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/ripngd
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/ripngd.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: RIP "next generation" daemon
#

+ 21
- 1
package/tsa/zebra/zebra.init

@ -1,6 +1,26 @@
#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/zebra
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tsa/zebra/zebra.init
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# Desc: zebra routing daemon
#

Loading…
Cancel
Save