SHA256
1
0
forked from pool/openafs
openafs/sysconfig.openafs-server
David Sterba a7c8d16e59 Accepting request 586757 from home:hauky
Hello,

this package should replace the package openafs18.
The reason for this request is that I would like to
get this software into Factory, but it violaites the nameing
convention. Thus, I decided to have one package "openafs"
with the up-to-date version of the software.
The package "openafs16" should still stay in filesystems.
Once this is accepted, I will create a deletion request
for filesystems/openafs18

Many thanks.

OBS-URL: https://build.opensuse.org/request/show/586757
OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=1
2018-03-14 17:57:49 +00:00

80 lines
2.2 KiB
Plaintext

## Path: Network/File systems/AFS server
## Description: AFS server configuration, default mode
## Type: yesno
## Default: no
#
# Set to "yes" if you want to generate the BosConfig file
# from START_DB_SERVERS, START_FILESERVER and accompanying variables.
# If you want more complicated setting, set REGENERATE_BOS_CONFIG to "no"
# and edit the files manually.
#
REGENERATE_BOS_CONFIG="no"
## Type: yesno
## Default: yes
#
# Set to "yes" if you require a NetInfo file before starting the service.
# useful for new installations, where you might forget this issue.
#
REQUIRE_NETINFO="yes"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the database servers (vlserver,ptserver) on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
START_DB_SERVERS="no"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the fileserver on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
START_FILESERVER="no"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the bosserver in restricted mode on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTICTED="no"
## Type: string
## Default: ""
#
# Set time to restart the AFS-servers at a given time in the week.
# Leave empty if you don't want to restart the servers at all
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTART_TIME=""
## Type: string
## Default: ""
#
# Set time to check for new server-binaries of the AFS-servers at a given time in the week.
# Leave empty if you don't want to do this automatic restart.
# When upgrading the openafs-servers rpm, running server processes are not restarted automatically.
# Use this to do so automatically.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTART_FOR_NEWBINARIES_TIME=""
## Type: string
## Default: ""
#
# AFS server configuration options
# command line options how to start the required servers.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_OPTIONS=""
PTSERVER_OPTIONS=""
VLSERVER_OPTIONS=""
FSSERVER_OPTIONS=""
VOLSERVER_OPTIONS=""
SALVAGER_OPTIONS=""