comparison HOWTO.md @ 409:0b7acfc69fec

network/openssh: add uid/gid and PAM
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 20:05:00 +0200
parents 7b000befead5
children 95095aa8fe3d
comparison
equal deleted inserted replaced
408:35eeda73d259 409:0b7acfc69fec
129 PKGUIDS="messagebus" # vpk will assign an id 129 PKGUIDS="messagebus" # vpk will assign an id
130 PKGUIDS="gdm:55" # vpk will use 55 130 PKGUIDS="gdm:55" # vpk will use 55
131 131
132 Warning: if you need to change file permissions, do it *ONLY* in a post install 132 Warning: if you need to change file permissions, do it *ONLY* in a post install
133 script as users may have set different numeric id than the package defaults. 133 script as users may have set different numeric id than the package defaults.
134
135 Once you need a new UID/GID, edit the file UIDS_GIDS.md in the repository
136 accordingly.
134 137
135 ## Options 138 ## Options
136 139
137 Some packages are configurable via compile time options. Check the variable 140 Some packages are configurable via compile time options. Check the variable
138 PKGOPTIONS in the script file and read the associated documentation for more 141 PKGOPTIONS in the script file and read the associated documentation for more