diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-23 13:41:45 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-23 13:41:45 +0200 |
commit | b195d359efbda4c7f7f5de14dac9b4a5ab945921 (patch) | |
tree | 00ed51f195ef026e4dba222318b61d1e3a7fe0f5 /tmproot | |
parent | a231e2982c5a57e9980e6cdb8e7da87e3b8a5a9f (diff) | |
download | alpine-conf-b195d359efbda4c7f7f5de14dac9b4a5ab945921.zip |
remove temp files
they were added by mistake
Diffstat (limited to 'tmproot')
-rw-r--r-- | tmproot/etc/hostname | 1 | ||||
-rw-r--r-- | tmproot/etc/network/interfaces | 7 | ||||
-rw-r--r-- | tmproot/etc/profile.d/proxy.sh | 5 |
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 |