-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do post-installation proecudres as part of 'make install' #16
Labels
Comments
Diff:
Original comment by: dseomn |
Diff:
Original comment by: dseomn |
Diff:
Original comment by: dseomn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
README
currently has a section dedicated to post-installation procedures that boils down to this:This ticket is about simplifying the installation procedure by doing something similar during
make install
(probably via theinstall
utility).etc/rpstir.conf.in
should be modified to use sensible defaults for all parameters except forDatabasePassword
.DatabasePassword
should be set bymake install
.configure.ac
should be modified to:--with-user=
and--with-group=
parameters for the username and group name to use for the files thatREADME
currently says tochown
/dev/urandom
)make install
should be modified to:"${docdir}"/examples/rpstir.conf
, setDatabasePassword
to an example password.README
. If the username and/or group were specified toconfigure
, use those. Otherwise, use the current user/group."${sysconfdir}"/rpstir/rpstir.conf
does not exist, and a PRNG device is available, installetc/rpstir.conf.in
to"${sysconfdir}"/rpstir/rpstir.conf
and setDatabasePassword
to a random password. (Note that this only makes sense in conjunction with [make initialize/upgrade safer, easier, and more powerful #20] and possibly also [automatic upgrade or init #21])README
should be updatedReported by: rhansen
Original Ticket: rpstir/tickets/16
The text was updated successfully, but these errors were encountered: