mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
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:
@@ -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
3
src/boot.d/98-xinetd
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "Starting xinetd"
|
||||
/usr/sbin/xinetd -f /var/ipfire/xinetd/xinetd.conf
|
||||
0
src/paks/tftp-hpa/ROOTFILES
Normal file
0
src/paks/tftp-hpa/ROOTFILES
Normal file
11
src/paks/tftp-hpa/install.sh
Normal file
11
src/paks/tftp-hpa/install.sh
Normal 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
|
||||
10
src/paks/tftp-hpa/uninstall.sh
Normal file
10
src/paks/tftp-hpa/uninstall.sh
Normal 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
|
||||
Reference in New Issue
Block a user