Selaa lähdekoodia

refactor: preferred group is nogroup

Closes #48
Mustafa Arici 8 vuotta sitten
vanhempi
commit
aab7a67225
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      bindata/bindata.go
  2. 1 1
      contrib/beforeinstall.sh
  3. 1 1
      template/server.conf.tmpl

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä