mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
added tunctl (tool for setup local tun/tap devices)
started core11 git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1276 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
||||
1
config/rootfiles/common/tunctl
Normal file
1
config/rootfiles/common/tunctl
Normal file
@@ -0,0 +1 @@
|
||||
usr/bin/tunctl
|
||||
1
config/rootfiles/core/11/files
Normal file
1
config/rootfiles/core/11/files
Normal file
@@ -0,0 +1 @@
|
||||
usr/bin/tunctl
|
||||
1
config/rootfiles/core/11/meta
Normal file
1
config/rootfiles/core/11/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
4
config/rootfiles/core/11/update.sh
Normal file
4
config/rootfiles/core/11/update.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
extract_files
|
||||
Reference in New Issue
Block a user