Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bullshit committed May 27, 2014
1 parent daf9565 commit ec53161
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxccu (1.5-14) UNRELEASED; urgency=low
lxccu (1.6) UNRELEASED; urgency=low

* Initial release.
* system log information
Expand Down
2 changes: 1 addition & 1 deletion src/debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lxccu_1.5-14_all.deb misc optional
lxccu_1.6_all.deb misc optional
1 change: 1 addition & 0 deletions src/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ EOF
echo "*"
echo "* Thanks ..."
echo "*"
echo "* rewe0815"
echo "* willi5"
echo "* Homoran"
echo "* Franz Hubert"
Expand Down
2 changes: 2 additions & 0 deletions src/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ case "$1" in
echo "Bridge already exists"
else
echo "Create bridge"

# @TODO v1.5 check if static ip.
DEVICES=`cat /etc/network/interfaces | grep '^iface' | grep -v "default" | grep -v "lo" | cut -d' ' -f2`
DEVICES_LIST=`echo $DEVICES | tr '\n' ' ' `

Expand Down

0 comments on commit ec53161

Please sign in to comment.