aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-23 13:41:45 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-23 13:41:45 +0200
commitb195d359efbda4c7f7f5de14dac9b4a5ab945921 (patch)
tree00ed51f195ef026e4dba222318b61d1e3a7fe0f5
parenta231e2982c5a57e9980e6cdb8e7da87e3b8a5a9f (diff)
downloadalpine-conf-b195d359efbda4c7f7f5de14dac9b4a5ab945921.tar.bz2
alpine-conf-b195d359efbda4c7f7f5de14dac9b4a5ab945921.tar.xz
remove temp files
they were added by mistake
-rw-r--r--tmproot/etc/hostname1
-rw-r--r--tmproot/etc/network/interfaces7
-rw-r--r--tmproot/etc/profile.d/proxy.sh5
3 files changed, 0 insertions, 13 deletions
diff --git a/tmproot/etc/hostname b/tmproot/etc/hostname
deleted file mode 100644
index d63e5d0..0000000
--- a/tmproot/etc/hostname
+++ /dev/null
@@ -1 +0,0 @@
-ncopa-desktop
diff --git a/tmproot/etc/network/interfaces b/tmproot/etc/network/interfaces
deleted file mode 100644
index ed1cb34..0000000
--- a/tmproot/etc/network/interfaces
+++ /dev/null
@@ -1,7 +0,0 @@
-auto lo
-iface lo inet loopback
-
-auto br64
-iface br64 inet dhcp
- hostname ncopa-desktop
-
diff --git a/tmproot/etc/profile.d/proxy.sh b/tmproot/etc/profile.d/proxy.sh
deleted file mode 100644
index 5b349bb..0000000
--- a/tmproot/etc/profile.d/proxy.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# this file was generated with and might get overwritten by setup-proxy
-
-export http_proxy=http://proxy.nor.wtbts.net:8080
-export https_proxy=http://proxy.nor.wtbts.net:8080
-export ftp_proxy=http://proxy.nor.wtbts.net:8080