Hinzugefügt:

* Ein tftp-Server für space.
  * xinetd standardmäßig installiert in der ISO.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@233 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-07-30 20:13:22 +00:00
parent c6cb9d2513
commit b734d09187
10 changed files with 170 additions and 15 deletions

View File

@@ -27743,3 +27743,16 @@ usr/sbin/smartctl
#usr/share/man/man5/smartd.conf.5
#usr/share/man/man8/smartctl.8
#usr/share/man/man8/smartd.8
##
## xinetd
##
#usr/sbin/itox
#usr/sbin/xconv.pl
usr/sbin/xinetd
#usr/share/man/man5/xinetd.conf.5
#usr/share/man/man8/itox.8
#usr/share/man/man8/xconv.pl.8
#usr/share/man/man8/xinetd.8
#usr/share/man/man8/xinetd.log.8
var/ipfire/xinetd/xinetd.conf
#var/ipfire/xinetd/xinetd.d

3
src/boot.d/98-xinetd Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo "Starting xinetd"
/usr/sbin/xinetd -f /var/ipfire/xinetd/xinetd.conf

View File

View File

@@ -0,0 +1,11 @@
#!/bin/bash
#
#################################################################
# #
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
# #
#################################################################
#
# Extract the files
tar xfz files.tgz -C /
cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2

View File

@@ -0,0 +1,10 @@
#!/bin/bash
#################################################################
# #
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
# #
#################################################################
#
# Delete the files
## Befehl fehlt noch
rm -f /opt/pakfire/installed/ROOTFILES.$2