mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
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:
@@ -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$/ ) {
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
|
||||
extract_files
|
||||
/etc/init.d/ipfireseeder start
|
||||
(sleep 600 & /etc/init.d/ipfireseeder start) &
|
||||
|
||||
Reference in New Issue
Block a user