mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Started core update24
Started core update18 Add sshd update to core18
This commit is contained in:
17
config/rootfiles/core/18/files
Normal file
17
config/rootfiles/core/18/files
Normal file
@@ -0,0 +1,17 @@
|
||||
usr/lib/python2.4/htmlentitydefs.pyc
|
||||
usr/lib/python2.4/markupbase.pyc
|
||||
etc/ssh/moduli
|
||||
etc/ssh/ssh_config
|
||||
etc/ssh/sshd_config
|
||||
etc/rc.d/init.d/sshd
|
||||
usr/bin/scp
|
||||
usr/bin/sftp
|
||||
usr/bin/slogin
|
||||
usr/bin/ssh
|
||||
usr/bin/ssh-add
|
||||
usr/bin/ssh-agent
|
||||
usr/bin/ssh-keygen
|
||||
usr/bin/ssh-keyscan
|
||||
usr/lib/openssh/sftp-server
|
||||
usr/lib/openssh/ssh-keysign
|
||||
usr/sbin/sshd
|
||||
1
config/rootfiles/core/18/meta
Normal file
1
config/rootfiles/core/18/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
8
config/rootfiles/core/18/update.sh
Normal file
8
config/rootfiles/core/18/update.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
extract_files
|
||||
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
rm -f /etc/ssh/ssh_host_rsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_rsa_key -N ''
|
||||
rm -f /etc/ssh/ssh_host_key* && ssh-keygen -qf /etc/ssh/ssh_host_key -N '' -t rsa1
|
||||
rm -f /etc/ssh/ssh_host_dsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_dsa_key -N '' -t dsa
|
||||
1
config/rootfiles/core/24/files
Normal file
1
config/rootfiles/core/24/files
Normal file
@@ -0,0 +1 @@
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
1
config/rootfiles/core/24/meta
Normal file
1
config/rootfiles/core/24/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
5
config/rootfiles/core/24/update.sh
Normal file
5
config/rootfiles/core/24/update.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
extract_files
|
||||
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
@@ -1,2 +0,0 @@
|
||||
usr/lib/python2.4/htmlentitydefs.pyc
|
||||
usr/lib/python2.4/markupbase.pyc
|
||||
1
config/rootfiles/updater/filelists/core18
Symbolic link
1
config/rootfiles/updater/filelists/core18
Symbolic link
@@ -0,0 +1 @@
|
||||
../../core/18/files
|
||||
Reference in New Issue
Block a user