Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 18:19:21 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154444: [PATCH] register uid and gid for net/erlyvideo [feature safe]
Message-ID:  <201102011819.p11IJLcW085913@red.freebsd.org>
Resent-Message-ID: <201102011820.p11IK75D034090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154444
>Category:       ports
>Synopsis:       [PATCH] register uid and gid for net/erlyvideo [feature safe]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 18:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
8.2-PRERELEASE i386
>Description:
Register uid and gid for net/erlyvideo. I'm now working on rc-script that will use this account to work erlyvideo from. 

uid/gid is 935, because default RTMP port is 1935. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa ports.orig/GIDs ports/GIDs
--- ports.orig/GIDs	2011-01-05 20:04:18.000000000 +0300
+++ ports/GIDs	2011-02-01 21:08:54.000000000 +0300
@@ -184,3 +184,4 @@
 sancp:*:932:
 dlna:*:933:
 torrus:*:934:www
+erlyvideo:*:935:
diff -ruNa ports.orig/UIDs ports/UIDs
--- ports.orig/UIDs	2011-01-05 21:03:21.000000000 +0300
+++ ports/UIDs	2011-02-01 21:10:01.000000000 +0300
@@ -192,3 +192,4 @@
 sancp:*:932:932::0:0:SANCP Daemon:/var/log/sancp:/sbin/nologin
 dlna:*:933:933::0:0:DLNA Daemon:/nonexistent:/sbin/nologin
 torrus:*:934:934::0:0:torrus daemon:/nonexistent:/sbin/nologin
+erlyvideo:*:935:935::0:0:erlyvideo user:/nonexistent:/sbin/nologin


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102011819.p11IJLcW085913>