fix user name defaults
This commit is contained in:
parent
0d21b947f8
commit
3bd6b543a1
4
debian/taler-exchange.postinst
vendored
4
debian/taler-exchange.postinst
vendored
@ -12,10 +12,10 @@ case "${1}" in
|
|||||||
_EUSERNAME="${RET:-taler-exchange-httpd}"
|
_EUSERNAME="${RET:-taler-exchange-httpd}"
|
||||||
|
|
||||||
db_get taler-exchange/rsecusername
|
db_get taler-exchange/rsecusername
|
||||||
_RSECUSERNAME="${RET:-taler-helper-rsa}"
|
_RSECUSERNAME="${RET:-taler-exchange-helper-rsa}"
|
||||||
|
|
||||||
db_get taler-exchange/esecusername
|
db_get taler-exchange/esecusername
|
||||||
_ESECUSERNAME="${RET:-taler-helper-eddsa}"
|
_ESECUSERNAME="${RET:-taler-exchange-helper-eddsa}"
|
||||||
|
|
||||||
db_get taler-exchange/wireusername
|
db_get taler-exchange/wireusername
|
||||||
_WIREUSERNAME="${RET:-taler-exchange-wire}"
|
_WIREUSERNAME="${RET:-taler-exchange-wire}"
|
||||||
|
8
debian/taler-exchange.postrm
vendored
8
debian/taler-exchange.postrm
vendored
@ -26,10 +26,10 @@ case "${1}" in
|
|||||||
_EUSERNAME="${RET:-taler-exchange-httpd}"
|
_EUSERNAME="${RET:-taler-exchange-httpd}"
|
||||||
|
|
||||||
db_get taler-exchange/rsecusername
|
db_get taler-exchange/rsecusername
|
||||||
_RSECUSERNAME="${RET:-taler-helper-rsa}"
|
_RSECUSERNAME="${RET:-taler-exchange-helper-rsa}"
|
||||||
|
|
||||||
db_get taler-exchange/esecusername
|
db_get taler-exchange/esecusername
|
||||||
_ESECUSERNAME="${RET:-taler-helper-eddsa}"
|
_ESECUSERNAME="${RET:-taler-exchange-helper-eddsa}"
|
||||||
|
|
||||||
db_get taler-exchange/wireusername
|
db_get taler-exchange/wireusername
|
||||||
_WIREUSERNAME="${RET:-taler-exchange-wire}"
|
_WIREUSERNAME="${RET:-taler-exchange-wire}"
|
||||||
@ -41,8 +41,8 @@ case "${1}" in
|
|||||||
_GROUPNAME="${RET:-taler-private}"
|
_GROUPNAME="${RET:-taler-private}"
|
||||||
else
|
else
|
||||||
_EUSERNAME="taler-exchange-httpd"
|
_EUSERNAME="taler-exchange-httpd"
|
||||||
_RSECUSERNAME="taler-helper-rsa"
|
_RSECUSERNAME="taler-exchange-helper-rsa"
|
||||||
_ESECUSERNAME="taler-helper-eddsa"
|
_ESECUSERNAME="taler-exchange-helper-eddsa"
|
||||||
_WIREUSERNAME="taler-exchange-wire"
|
_WIREUSERNAME="taler-exchange-wire"
|
||||||
_AGGRUSERNAME="taler-exchange-aggregator"
|
_AGGRUSERNAME="taler-exchange-aggregator"
|
||||||
_GROUPNAME="taler-private"
|
_GROUPNAME="taler-private"
|
||||||
|
10
debian/taler-exchange.templates
vendored
10
debian/taler-exchange.templates
vendored
@ -1,6 +1,6 @@
|
|||||||
Template: taler-exchange/eusername
|
Template: taler-exchange/eusername
|
||||||
Type: string
|
Type: string
|
||||||
Default: taler
|
Default: taler-exchange-httpd
|
||||||
_Description: Taler user:
|
_Description: Taler user:
|
||||||
Please choose the user that the taler-exchange-httpd process will run as.
|
Please choose the user that the taler-exchange-httpd process will run as.
|
||||||
.
|
.
|
||||||
@ -9,7 +9,7 @@ _Description: Taler user:
|
|||||||
|
|
||||||
Template: taler-exchange/rsecusername
|
Template: taler-exchange/rsecusername
|
||||||
Type: string
|
Type: string
|
||||||
Default: taler
|
Default: taler-exchange-helper-rsa
|
||||||
_Description: Taler user:
|
_Description: Taler user:
|
||||||
Please choose the user that the taler-exchange-helper-rsa process will run as.
|
Please choose the user that the taler-exchange-helper-rsa process will run as.
|
||||||
.
|
.
|
||||||
@ -18,7 +18,7 @@ _Description: Taler user:
|
|||||||
|
|
||||||
Template: taler-exchange/esecusername
|
Template: taler-exchange/esecusername
|
||||||
Type: string
|
Type: string
|
||||||
Default: taler
|
Default: taler-exchange-helper-eddsa
|
||||||
_Description: Taler user:
|
_Description: Taler user:
|
||||||
Please choose the user that the taler-exchange-helper-eddsa process will run as.
|
Please choose the user that the taler-exchange-helper-eddsa process will run as.
|
||||||
.
|
.
|
||||||
@ -27,7 +27,7 @@ _Description: Taler user:
|
|||||||
|
|
||||||
Template: taler-exchange/wireusername
|
Template: taler-exchange/wireusername
|
||||||
Type: string
|
Type: string
|
||||||
Default: taler
|
Default: taler-exchange-wire
|
||||||
_Description: Taler user:
|
_Description: Taler user:
|
||||||
Please choose the user that the taler-exchange-transfer and
|
Please choose the user that the taler-exchange-transfer and
|
||||||
taler-exchange-wirewatch processes will run as.
|
taler-exchange-wirewatch processes will run as.
|
||||||
@ -37,7 +37,7 @@ _Description: Taler user:
|
|||||||
|
|
||||||
Template: taler-exchange/aggrusername
|
Template: taler-exchange/aggrusername
|
||||||
Type: string
|
Type: string
|
||||||
Default: taler
|
Default: taler-exchange-aggregator
|
||||||
_Description: Taler user:
|
_Description: Taler user:
|
||||||
Please choose the user that the taler-exchange-aggregator process will run as.
|
Please choose the user that the taler-exchange-aggregator process will run as.
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user