bigsister

Elan Ruusamäe glen at delfi.ee
Tue Jul 19 23:59:02 CEST 2005


On Tuesday 19 July 2005 23:51, Andrzej Krzysztofowicz wrote:
> Elan =?iso-8859-1?q?Ruusam=E4e?= wrote:
> > There are more than one package which provide "perl(SNMP_Session)":
> > a) bigsister-0.99b2-3
> > b) perl-SNMP_Session-1.05-1
> > Which one do you want to install? [b]
> >
> > bigsister shouldn't do that.
>
> Bigsister needs rebuild. But:
>
> +BuildRequires: post-server-is-broken
>
> (it is your change...)
i added the blocker, because this code is suspicious/invalid:

-if ![ -f /etc/bigsister/password ]; then
+if [ ! -f /etc/bigsister/password ]; then
+# FIXME $PASS variable cames from?
     openssl rand -base64 6 > $PASS
     /usr/bin/htpasswd -cb /etc/bigsister/password admin $PASS
     echo "Your web pasword is: $PASS ."

should be easy to fix, but really should be fixed by one intoducing that code

1.55         (glen     01-May-05): if [ ! -f /etc/bigsister/password ]; then
1.55         (glen     01-May-05): # FIXME $PASS variable cames from?
1.51         (wolvveri 25-Apr-05):      openssl rand -base64 6 > $PASS
1.50         (wolvveri 24-Apr-05):      /usr/bin/htpasswd -cb /etc/bigsister/password admin $PASS
1.50         (wolvveri 24-Apr-05):      echo "Your web pasword is: $PASS ."
1.50         (wolvveri 24-Apr-05):      echo "Change this: htpasswd -b /etc/bigsister/password user password"
1.50         (wolvveri 24-Apr-05): fi
1.36         (wolvveri 14-Mar-05):

i believe it's wolvverine


-- 
glen



More information about the pld-devel-en mailing list