|
From: <abe...@us...> - 2013-01-06 20:32:39
|
Revision: 5870
http://astlinux.svn.sourceforge.net/astlinux/?rev=5870&view=rev
Author: abelbeck
Date: 2013-01-06 20:32:33 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
add 'prosody' user and group
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/etc/group
branches/1.0/project/astlinux/target_skeleton/etc/passwd
Modified: branches/1.0/project/astlinux/target_skeleton/etc/group
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/group 2013-01-06 06:39:43 UTC (rev 5869)
+++ branches/1.0/project/astlinux/target_skeleton/etc/group 2013-01-06 20:32:33 UTC (rev 5870)
@@ -12,5 +12,6 @@
audio:x:29:
video:x:44:
users:x:100:
+prosody:x:130:
zabbix:x:906:
nobody:x:65535:
Modified: branches/1.0/project/astlinux/target_skeleton/etc/passwd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/passwd 2013-01-06 06:39:43 UTC (rev 5869)
+++ branches/1.0/project/astlinux/target_skeleton/etc/passwd 2013-01-06 20:32:33 UTC (rev 5870)
@@ -1,5 +1,6 @@
root:x:0:0:root:/root:/bin/sh
sshd:x:22:22:sshd:/dev/null:/bin/false
ftp:x:21:21:ftp user:/home/ftp:/bin/false
+prosody:x:130:130:XMPP-server:/etc/prosody/data:/bin/false
zabbix:x:906:906:Zabbix User:/dev/null:/bin/false
nobody:x:1000:1000:no one:/dev/null:/bin/false
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|