소스 검색

refactor: preferred group is nogroup

Closes #48
Mustafa Arici 8 년 전
부모
커밋
aab7a67225
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      bindata/bindata.go
  2. 1 1
      contrib/beforeinstall.sh
  3. 1 1
      template/server.conf.tmpl

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
bindata/bindata.go


+ 1 - 1
contrib/beforeinstall.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 export USER="nobody"
-export GROUP="nobody"
+export GROUP="nogroup"
 getent passwd $USER || useradd $USER
 getent group $GROUP || groupadd $GROUP

+ 1 - 1
template/server.conf.tmpl

@@ -249,7 +249,7 @@ comp-lzo
 # You can uncomment this out on
 # non-Windows systems.
 user nobody
-group nobody
+group nogroup
 
 # The persist options will try to avoid
 # accessing certain resources on restart

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.