mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Korrekturen damit der Build wieder laeuft
MPFire fix damit der shuffle funktioniert Backup der Addons weiter gebaut git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@975 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -60,6 +60,9 @@ elsif ($ARGV[0] eq 'exclude') {
|
||||
elsif ($ARGV[0] eq 'restore') {
|
||||
system("cd / && tar -xvz --preserve -f /tmp/restore.ipf");
|
||||
}
|
||||
elsif ($ARGV[0] eq 'restoreaddon') {
|
||||
system("cd / && tar -xvz --preserve -f /var/ipfire/backup/addons/backup/$ARGV[1].ipf");
|
||||
}
|
||||
elsif ($ARGV[0] eq 'cli') {
|
||||
system("tar -cvzf /var/ipfire/backup/$Jahr$Monat$Monatstag-$Stunden$Minuten-$ARGV[1].ipf --files-from='$ARGV[2]' --exclude-from='$ARGV[3]'");
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ sub clearplaylist(){
|
||||
}
|
||||
|
||||
sub shuffle(){
|
||||
system("mpc shuffle >/dev/null");
|
||||
system("mpc random >/dev/null");
|
||||
}
|
||||
|
||||
sub checkplaylist(){
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
usr/local/bin/mpfirectrl
|
||||
srv/web/ipfire/cgi-bin/mpfire.cgi
|
||||
var/ipfire/backup/addons/include/mpfire
|
||||
var/ipfire/menu.d/EX-mpfire.menu
|
||||
var/ipfire/mpfire
|
||||
var/ipfire/mpfire/bin
|
||||
|
||||
@@ -574,6 +574,7 @@ usr/sbin/winbindd
|
||||
#usr/share/samba/swat/using_samba/samba2_s.gif
|
||||
#usr/share/samba/swat/using_samba/samba2_xs.gif
|
||||
#usr/share/samba/swat/using_samba/toc.html
|
||||
var/ipfire/backup/addons/include/samba
|
||||
#var/ipfire/samba
|
||||
var/ipfire/samba/default.global
|
||||
var/ipfire/samba/default.pdc
|
||||
|
||||
Reference in New Issue
Block a user