Просмотр исходного кода

changed default user and group to run ser as to root.root - it is needed for core files generation

Pavel Kasparek 17 лет назад
Родитель
Сommit
a40fc677e4
2 измененных файлов с 6 добавлено и 6 удалено
  1. 2 2
      pkg/debian/ser.default
  2. 4 4
      pkg/debian/ser.templates

+ 2 - 2
pkg/debian/ser.default

@@ -12,12 +12,12 @@ SER_CFG_FILE="/etc/ser/ser.cfg"
 
 # user to run ser as
 #DEBCONF-USER-START
-SER_USER="ser"
+SER_USER="root"
 #DEBCONF-USER-END
 
 # group to run ser as
 #DEBCONF-GROUP-START
-SER_GROUP="ser"
+SER_GROUP="root"
 #DEBCONF-GROUP-END
 
 # ser pidfile

+ 4 - 4
pkg/debian/ser.templates

@@ -15,9 +15,9 @@ Description: Change config file now ?
 
 Template: ser/USER
 Type: string
-Default: ser
+Default: root
 Description: User to run SER as
- Set the user which SER should run as. Default is 'ser' user.
+ Set the user which SER should run as. Default is 'root' user.
  .
  Note: if you want ser to be able to dump a core file in case of crash, you have to run it as root user.
  .
@@ -25,9 +25,9 @@ Description: User to run SER as
 
 Template: ser/GROUP
 Type: string
-Default: ser
+Default: root
 Description: Group to run SER as
- Set the group which SER should run as. Default is 'ser' group.
+ Set the group which SER should run as. Default is 'root' group.
  .
  Enter "!" to not modify this option.