9 Commits

Author SHA1 Message Date
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Carlo Landmeter
904ef04d22 testing/tvheadend-git: fix group/permissions and scan file location
* remove usb group
* add to video group
* use correct permissions on confd file
* install both dvb scan files in same location
2016-03-07 10:12:11 +01:00
Carlo Landmeter
e6935a7a5b testing/tvheadend-git: new aport 2016-02-18 17:47:35 +01:00
Carlo Landmeter
4d52166019 main/tvheadend: move to main and upgrade to latest snapshot 2015-05-02 11:03:38 +02:00
Carlo Landmeter
6d77e88ac4 testing/tvheadend-git: new snapshot
This update has major config changes.
please read: https://tvheadend.org/boards/5/topics/9792
2013-11-17 22:39:28 +00:00
Carlo Landmeter
452b90aac3 testing/tvheadend-git: new snapshot 2012-11-22 17:01:02 +01:00
Natanael Copa
54ec784477 testing/tvheadend-git: rename dir 2012-06-13 12:01:15 +00:00