diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-04 10:33:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-04 10:33:44 +0000 |
commit | 334f00df19852bc84b2d01fc399a85619fd11dca (patch) | |
tree | 0579695b7df63c27167301dc47d9658feebb1f6f | |
parent | f46acc4ec209b8f14acf4433bfe46aae3c1d6345 (diff) | |
download | pkgsrc-334f00df19852bc84b2d01fc399a85619fd11dca.tar.gz |
Add salt and seed target file.
-rw-r--r-- | www/sencha-sns/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sencha-sns/MESSAGE b/www/sencha-sns/MESSAGE index 1efc22460af..34d8134968c 100644 --- a/www/sencha-sns/MESSAGE +++ b/www/sencha-sns/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2012/05/04 09:42:06 ryoon Exp $ +$NetBSD: MESSAGE,v 1.2 2012/05/04 10:33:44 ryoon Exp $ To use Sencha SNS with Apache 2.2, you will need to perform the following steps. @@ -59,7 +59,7 @@ To use Sencha SNS with Apache 2.2, you will need to perform the following steps. # ${RCD_SCRIPTS_DIR}/apache start -10. Set salt and seed +10. Set salt and seed in ${PREFIX}/share/sencha-sns/app/config/core.php Replace DYhG93b0qyIfIxfs2guVoUubWwvniR2G0FgaC9mi with the output of $ cat /dev/urandom | tr -dc "a-zA-Z0-9" | fold -w 40 | head -n 1 |