# HG changeset patch # User Christophe Lincoln # Date 1302285976 -7200 # Node ID 0c67d68f4c816968324609c5afcc2da9a432e69c # Parent 232e7381f684f8ac82a131f8c01ac2e6649685a8 sed default index with user name diff -r 232e7381f684 -r 0c67d68f4c81 tank/files/usr/share/tank/Public/index.html --- a/tank/files/usr/share/tank/Public/index.html Fri Apr 08 19:33:13 2011 +0200 +++ b/tank/files/usr/share/tank/Public/index.html Fri Apr 08 20:06:16 2011 +0200 @@ -24,11 +24,13 @@
-My SliTaz People + + +My SliTaz stuff
- + diff -r 232e7381f684 -r 0c67d68f4c81 tank/tank --- a/tank/tank Fri Apr 08 19:33:13 2011 +0200 +++ b/tank/tank Fri Apr 08 20:06:16 2011 +0200 @@ -147,6 +147,7 @@ echo "$user:$passwd" >> /etc/lighttpd/plain.passwd # Public dir at http://people.slitaz.org/~$user/ cp -a /usr/share/tank/Public /home/$user/Public + sed -i s/'%user%'/"$user"/ /home/$user/Public/index.html # README and empty Shell profile cp -a /usr/share/tank/README /home/$user/ cat > /home/$user/.profile << EOF