Udev-Tools letztendlich auch im Installationssystem bauen lassen.

IPFireSeeder-Post-Install-Fix.
Pakfire laesst sich nur aufrufen, wenn man auch "online" ist.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@730 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-01 15:04:47 +00:00
parent 61d93b969c
commit 7bc1b6acae
3 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
exit 1;
}
unless ( -e "/var/ipfire/red/active" ) {
&Pakfire::message("PAKFIRE ERROR: You need to be online to run pakfire!");
exit 2;
}
### Check if we are started by another name
#
if ( $0 =~ /pakfire-update$/ ) {

View File

@@ -2,4 +2,4 @@
. /opt/pakfire/lib/functions.sh
extract_files
/etc/init.d/ipfireseeder start
(sleep 600 & /etc/init.d/ipfireseeder start) &