[aur-dev] [PATCH] INSTALL: Change # to $ where possible

Lukas Fleischer archlinux at cryptocrack.de
Fri Dec 7 17:31:13 EST 2012


On Wed, Dec 05, 2012 at 05:49:46PM +0100, Marcel Korpel wrote:
> This overrides my earlier patch
> 'INSTALL: Added MYUSER (needed from root)'
> ---
>  INSTALL | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 

Also applied without the comment on the original patch.

> diff --git a/INSTALL b/INSTALL
> index 91aa3da..76df42b 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -57,24 +57,24 @@ Setup on Arch Linux:
>     # mysqladmin -p create AUR
> 
>   - Connect to the mysql client
> -   # mysql -uroot -p AUR
> +   $ mysql -uroot -p AUR
> 
>   - Issue the following commands to the mysql client
>     mysql> GRANT ALL PRIVILEGES ON AUR.* to aur at localhost
> -        > identified by 'aur';
> +       -> identified by 'aur';
>     mysql> FLUSH PRIVILEGES;
>     mysql> quit
> 
>   - Load the schema file
> -   # mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
> +   $ mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
>     (give password 'aur' at the prompt)
> 
>   - Optionally load some test data for development purposes.
>     # pacman -S words fortune-mod
> -   # cd ~/aur/support/schema/
> -   # python gendummydata.py dummy-data.sql
> -   # bzip2 dummy-data.sql
> -   # bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR
> +   $ cd ~/aur/support/schema/
> +   $ python gendummydata.py dummy-data.sql
> +   $ bzip2 dummy-data.sql
> +   $ bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR
>     (give password 'aur' at the prompt)
> 
>     If your test data consists of real people and real email addresses consider
> @@ -83,7 +83,7 @@ Setup on Arch Linux:
>     mysql> UPDATE Users SET Email = RAND() * RAND();
> 
>  7) Copy the config.inc.php.proto file to config.inc.php. Modify as needed.
> -   # cd ~/aur/web/lib/
> -   # cp config.inc.php.proto config.inc.php
> +   $ cd ~/aur/web/lib/
> +   $ cp config.inc.php.proto config.inc.php
> 
>  8) Point your browser to http://aur
> -- 
> 1.8.0.1


More information about the aur-dev mailing list