diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-07-10 01:07:14 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-07-10 01:07:14 +0000 |
commit | 86615fee4c3a11771539a231e38cf2d383705202 (patch) | |
tree | 06c3a1038a8117f5459e451caaa6064e88767325 /www-apps/bugzilla/files | |
parent | QA: Don't assign default to S (diff) | |
download | gentoo-2-86615fee4c3a11771539a231e38cf2d383705202.tar.gz gentoo-2-86615fee4c3a11771539a231e38cf2d383705202.tar.bz2 gentoo-2-86615fee4c3a11771539a231e38cf2d383705202.zip |
Version bump wrt security #98348.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/bugzilla/files')
-rw-r--r-- | www-apps/bugzilla/files/2.18.1-r1/reconfig | 14 | ||||
-rw-r--r-- | www-apps/bugzilla/files/digest-bugzilla-2.18.3 | 1 |
2 files changed, 1 insertions, 14 deletions
diff --git a/www-apps/bugzilla/files/2.18.1-r1/reconfig b/www-apps/bugzilla/files/2.18.1-r1/reconfig index 29c46230453a..f62bfe278642 100644 --- a/www-apps/bugzilla/files/2.18.1-r1/reconfig +++ b/www-apps/bugzilla/files/2.18.1-r1/reconfig @@ -44,15 +44,6 @@ if [ $1 = "install" ]; then [[ -z "${mybugspwd}" ]] && die "Error: no dbuser password" pw=${mybugspwd//\'/\\\'} - echo -n "admin email [no@spam.com]: "; read myadminemail - [[ -z "${myadminemail}" ]] && myadminemail="no@spam.com" - - echo -n "admin password [password]: "; read myadminpwd - [[ -z "${myadminpwd}" ]] && myadminpwd="password" - - echo -n "admin real name [Foo Bar]: "; read myadminrealname - [[ -z "${myadminrealname}" ]] && myadminrealname="Foo Bar" - # let's create a config file for checksetup.pl echo "\$answer{'db_host'} = '\$db_host = \"${mybugshost}\";" > bz.cfg.pl echo "\$db_port = ${mybugsport};" >> bz.cfg.pl @@ -61,11 +52,6 @@ if [ $1 = "install" ]; then echo "\$answer{'db_pass'} = q[\$db_pass = '${mybugspwd}';];" >> bz.cfg.pl echo "\$answer{'db_sock'} = q[\$db_sock = '/var/run/mysqld/mysqld.sock';];" >> bz.cfg.pl - echo "\$answer{'ADMIN_OK'} = 'Y';" >> bz.cfg.pl - echo "\$answer{'ADMIN_EMAIL'} = '${myadminemail}';" >> bz.cfg.pl - echo "\$answer{'ADMIN_PASSWORD'} = '${myadminpwd}';" >> bz.cfg.pl - echo "\$answer{'ADMIN_REALNAME'} = '${myadminrealname}';" >> bz.cfg.pl - # privileges echo "Setting correct privileges for bugzilla mysql connection" echo -n "Please enter login info for user who has grant privileges on ${mybugshost} [${USER}]: "; read adminuser diff --git a/www-apps/bugzilla/files/digest-bugzilla-2.18.3 b/www-apps/bugzilla/files/digest-bugzilla-2.18.3 new file mode 100644 index 000000000000..e22f05e1ae23 --- /dev/null +++ b/www-apps/bugzilla/files/digest-bugzilla-2.18.3 @@ -0,0 +1 @@ +MD5 96590c260212f22ffcf0e8abace11d33 bugzilla-2.18.3.tar.gz 1649951 |