From: <abe...@us...> - 2013-11-15 06:46:56
|
Revision: 6278 http://sourceforge.net/p/astlinux/code/6278 Author: abelbeck Date: 2013-11-15 06:46:52 +0000 (Fri, 15 Nov 2013) Log Message: ----------- Fix long time inconsistency for 'nobody' in /etc/passwd and /etc/group, use standard uid/gid values Modified Paths: -------------- branches/1.0/package/inadyn/dynamicdns.init branches/1.0/project/astlinux/target_skeleton/etc/group branches/1.0/project/astlinux/target_skeleton/etc/passwd Modified: branches/1.0/package/inadyn/dynamicdns.init =================================================================== --- branches/1.0/package/inadyn/dynamicdns.init 2013-11-15 00:31:13 UTC (rev 6277) +++ branches/1.0/package/inadyn/dynamicdns.init 2013-11-15 06:46:52 UTC (rev 6278) @@ -119,7 +119,7 @@ update_period_sec $update_period_sec forced_update_period 2419200 syslog -change_persona 65535:65535 +change_persona 65534:65534 background" > /tmp/etc/inadyn.conf fi } Modified: branches/1.0/project/astlinux/target_skeleton/etc/group =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/group 2013-11-15 00:31:13 UTC (rev 6277) +++ branches/1.0/project/astlinux/target_skeleton/etc/group 2013-11-15 06:46:52 UTC (rev 6278) @@ -15,4 +15,4 @@ prosody:x:130: ldap:x:439: zabbix:x:906: -nobody:x:65535: +nobody:x:65534: Modified: branches/1.0/project/astlinux/target_skeleton/etc/passwd =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/passwd 2013-11-15 00:31:13 UTC (rev 6277) +++ branches/1.0/project/astlinux/target_skeleton/etc/passwd 2013-11-15 06:46:52 UTC (rev 6278) @@ -4,4 +4,4 @@ prosody:x:130:130:XMPP-server:/etc/prosody/data:/bin/false ldap:x:439:439:LDAP-server:/var/lib/ldap:/bin/false zabbix:x:906:906:Zabbix User:/dev/null:/bin/false -nobody:x:1000:1000:no one:/dev/null:/bin/false +nobody:x:65534:65534:nobody:/dev/null:/bin/false This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |