]> git.decadent.org.uk Git - dak.git/commitdiff
update with what we have on franck
authorJoerg Jaspert <joerg@debian.org>
Mon, 29 Apr 2013 19:34:34 +0000 (21:34 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 29 Apr 2013 19:34:34 +0000 (21:34 +0200)
config/debian/apache.conf-ftp
config/homedir/.bashrc

index 52a85528a8d67d84130973a6623e709e75ccdf47..a326bb27630de461ed89866d9acdf9386fee1595 100644 (file)
@@ -18,5 +18,9 @@
     Options MultiViews Indexes SymLinksIfOwnerMatch
   </Directory>
 
+  <Directory /srv/ftp.debian.org/web>
+    AddCharset utf-8 .txt
+  </Directory>
+
   RewriteEngine On
   RewriteRule ^/~(.+) /users/$1 [R=permanent,L]
index 2a4fd452be35359feac8efef350fcaf8e87c05ce..881e7303420b099c8846ade804ed87ff6e0aab77 100644 (file)
@@ -54,6 +54,7 @@ export EDITOR=$(which vim)
 export HISTFILESIZE=6000
 export GREP_OPTIONS="--color=auto"
 export CDPATH=".:~:${base}:${public}:${queuedir}"
+export PATH="~/bin/:${PATH}"
 
 alias base='cd ${base}'
 alias config='cd ${configdir}'