[DRE-commits] [diaspora-installer] 12/55: fix username in scripts

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Dec 8 12:41:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 9304fe32ae165bb10670b3e146694768bca87268
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 2 18:07:39 2014 +0530

    fix username in scripts
---
 debian/adduser.sh   | 2 +-
 debian/grantpriv.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/adduser.sh b/debian/adduser.sh
index e8b940d..7dbc676 100755
--- a/debian/adduser.sh
+++ b/debian/adduser.sh
@@ -2,7 +2,7 @@
 
 # add diaspora system user (requires adduser >= 3.34)
 # don't muck around with this unless you KNOW what you're doing
-user=diaspora
+user=diasporapristine
 
 echo "Creating/updating $user user account..."
 adduser --system --home /usr/share/$user \
diff --git a/debian/grantpriv.sh b/debian/grantpriv.sh
index fc172c3..1220c73 100755
--- a/debian/grantpriv.sh
+++ b/debian/grantpriv.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-user=diaspora
+user=diasporapristine
 
 echo "Allow $user user to create databases..."
 sudo -u postgres psql -c "ALTER USER $user CREATEDB;" || {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list