mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen
This commit is contained in:
@@ -88,15 +88,6 @@ if ( -d "/var/ipfire/langs/${language}/" ) {
|
||||
};
|
||||
};
|
||||
|
||||
### Read IPFire Buildversion
|
||||
$FIREBUILD = "File not found: firebuild\n";
|
||||
if (open(MYFile, "<${swroot}/firebuild")) {
|
||||
$FIREBUILD = <MYFile>;
|
||||
chomp($FIREBUILD);
|
||||
$FIREBUILD = "(Build: $FIREBUILD)";
|
||||
close(MYFile);
|
||||
};
|
||||
|
||||
require "${swroot}/langs/en.pl";
|
||||
require "${swroot}/langs/${language}.pl";
|
||||
eval `/bin/cat /srv/web/ipfire/html/themes/$settings{'THEME'}/include/functions.pl`;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#etc/system-release
|
||||
#opt/pakfire/db/core/mine
|
||||
#var/ipfire/firebuild
|
||||
@@ -1,5 +0,0 @@
|
||||
#usr/bin/as86
|
||||
#usr/bin/as86_encap
|
||||
#var/ipfire/firebuild
|
||||
#etc/system-release
|
||||
#opt/pakfire/db/core/mine
|
||||
@@ -199,5 +199,3 @@ var/ipfire/wakeonlan
|
||||
var/ipfire/wireless
|
||||
#var/ipfire/wireless/config
|
||||
#var/ipfire/wireless/settings
|
||||
var/ipfire/firebuild
|
||||
etc/system-release
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#opt/pakfire
|
||||
opt/pakfire/cache
|
||||
#opt/pakfire/db
|
||||
opt/pakfire/db/core
|
||||
opt/pakfire/db/installed
|
||||
opt/pakfire/db/lists
|
||||
opt/pakfire/db/meta
|
||||
|
||||
@@ -50,6 +50,10 @@ media/floppy
|
||||
media/usbkey
|
||||
mnt
|
||||
#opt
|
||||
#opt/pakfire
|
||||
#opt/pakfire/db
|
||||
#opt/pakfire/db/core
|
||||
opt/pakfire/db/core/mine
|
||||
#root
|
||||
root/.bash_logout
|
||||
root/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user