From d9e591a953f5edb3ca92f8ecd015cd5359b70700 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 28 Mar 2014 15:09:36 +0400 Subject: [PATCH] regular.mk: man-whatis available within sysv-tde As proposed by Speccyfighter: http://lists.altlinux.org/pipermail/community/2014-March/681897.html ...but not installed by default due to overhead: http://bugzilla.altlinux.org/21838 --- conf.d/regular.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index b2923a78..4263b87f 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -157,6 +157,7 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \ @$(call add,THE_PACKAGES,htop k3b openntpd pm-utils) @$(call add,THE_PACKAGES,lm_sensors3 hdparm sdparm smartmontools) @$(call add,THE_LISTS,$(call tags,base desktop)) + @$(call add,MAIN_PACKAGES,man-whatis) distro/regular-server: distro/.regular-install use/server/mini use/rescue/base @$(call add,THE_LISTS,$(call tags,regular server))