Changeset 534
- Timestamp:
- 08/21/2011 15:54:25 (9 months ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
confman.8.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9/configure.ac
r418 r534 12 12 AC_PATH_PROG([WGET], [wget]) 13 13 14 AC_ARG_ENABLE(bash-completions, 15 AC_HELP_STRING([--enable-bash-completions], [install bash completions]), 16 [ 17 case "${enableval}" in 18 yes) BASH_COMPLETIONS=yes ;; 19 no) BASH_COMPLETIONS=no ;; 20 *) AC_MSG_ERROR(bad value ${enableval} for --enable-bash-completions) ;; 21 esac 22 ], 23 [BASH_COMPLETIONS=no]) 24 14 25 AC_CONFIG_FILES([Makefile]) 15 26 AC_OUTPUT -
branches/confman-1.9/confman.8.in
r504 r534 450 450 in the next major release of 451 451 .Nm . 452 .Pp 453 If you are managing your 454 .Xr confman.conf 5 455 file in 456 .Nm , 457 the process of changing a file to become a singularity requires two commits; 458 the first to get the new confman.conf onto the filesystem and the second to 459 actually install the pieces as a unit. A redesign for how singularity 460 metadata is stored is planned for the next major release. 452 461 .Sh SECURITY CONSIDERATIONS 453 462 .Nm
Note: See TracChangeset
for help on using the changeset viewer.
