]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- correct generate password
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Mon, 25 Apr 2005 00:09:41 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    bigsister.spec -> 1.51

bigsister.spec

index 27e7ae486ac7b9c5be4b7ee80bf7457611adabf5..2fb001a62bf635914cfec63483ec97a2613eea3b 100644 (file)
@@ -271,7 +271,7 @@ fi
 %{_datadir}/bigsister/bin/compile_skin white_bg
 
 if ![ -f /etc/bigsister/password ]; then
-       PASS='date +%N'
+       openssl rand -base64 6 > $PASS
        /usr/bin/htpasswd -cb /etc/bigsister/password admin $PASS
        echo "Your web pasword is: $PASS ."
        echo "Change this: htpasswd -b /etc/bigsister/password user password"
This page took 0.055874 seconds and 4 git commands to generate.