---

** [tickets:#16] do post-installation proecudres as part of 'make install'**

**Status:** unread
**Created:** Sun Jun 07, 2015 07:59 PM UTC by Richard Hansen
**Last Updated:** Sun Jun 07, 2015 07:59 PM UTC
**Owner:** nobody

The `README` currently has a section dedicated to post-installation procedures 
that boils down to this:

    for d in \
        "${sysconfdir}"/rpstir \
        "${localstatedir}"/cache/rpstir \
        "${localstatedir}"/log/rpstir \
        "${localstatedir}"/lib/rpstir \
        ;
    do
        mkdir -p "${d}"
        chmod -R o-rwx "${d}"
    done
    [ -f "${sysconfdir}"/rpstir/rpstir.conf ] \
        || cp "${docdir}"/examples/rpstir.conf "${sysconfdir}"/rpstir
    # edit "${sysconfdir}"/rpstir/rpstir.conf as desired
    rpstir-initialize -f

This ticket is about simplifying the installation procedure by doing the 
equivalent during `make install` (probably via the `install` utility), except 
for the last two lines:

  * the user will need to edit `rpstir.conf`, but we can at least have sensible 
defaults that just work for 99% of users
  * running `rpstir-initialize -f` is bad if the user is upgrading


---

Sent from sourceforge.net because rpstir-devel@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/rpstir/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/rpstir/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to