[Midnightbsd-cvs] src [9741] trunk/etc/periodic/weekly: remove catman

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jan 19 00:06:38 EST 2018


Revision: 9741
          http://svnweb.midnightbsd.org/src/?rev=9741
Author:   laffer1
Date:     2018-01-19 00:06:37 -0500 (Fri, 19 Jan 2018)
Log Message:
-----------
remove catman

Modified Paths:
--------------
    trunk/etc/periodic/weekly/Makefile

Removed Paths:
-------------
    trunk/etc/periodic/weekly/330.catman

Deleted: trunk/etc/periodic/weekly/330.catman
===================================================================
--- trunk/etc/periodic/weekly/330.catman	2018-01-19 05:05:28 UTC (rev 9740)
+++ trunk/etc/periodic/weekly/330.catman	2018-01-19 05:06:37 UTC (rev 9741)
@@ -1,59 +0,0 @@
-#!/bin/sh -
-#
-# $MidnightBSD$
-# $FreeBSD: src/etc/periodic/weekly/330.catman,v 1.10 2005/03/30 18:02:49 ru Exp $
-#
-
-# If there is a global system configuration file, suck it in.
-#
-if [ -r /etc/defaults/periodic.conf ]
-then
-    . /etc/defaults/periodic.conf
-    source_periodic_confs
-fi
-
-case "$weekly_catman_enable" in
-    [Yy][Ee][Ss])
-	if [ ! -d /usr/share/man/cat1 ]
-	then
-	    echo '$weekly_catman_enable is set but /usr/share/man/cat1' \
-		"doesn't exist"
-	    rc=2
-	else
-	    echo ""
-	    echo "Reformatting manual pages:"
-
-	    MANPATH=`/usr/bin/manpath -q`
-	    if [ $? = 0 ]
-	    then
-		if [ -z "${MANPATH}" ]
-		then
-		    echo "manpath failed to find any manpath directories" 
-		    rc=3
-		else
-		    man_locales=`/usr/bin/manpath -qL`
-		    rc=0
-         
-		    # Preformat original, non-localized manpages  
-		    echo /usr/libexec/catman.local -r "$MANPATH" |
-			su -fm man || rc=3
-
-		    # Preformat localized manpages.
-		    if [ -n "$man_locales" ]
-		    then
-			for i in $man_locales
-			do
-			    echo /usr/libexec/catman.local -Lr \
-				"$MANPATH" | LC_ALL=$i su -fm man || rc=3
-			done
-		    fi
-		fi
-	    else
-		rc=3
-	    fi
-	fi;;
-
-    *)  rc=0;;
-esac
-
-exit $rc

Modified: trunk/etc/periodic/weekly/Makefile
===================================================================
--- trunk/etc/periodic/weekly/Makefile	2018-01-19 05:05:28 UTC (rev 9740)
+++ trunk/etc/periodic/weekly/Makefile	2018-01-19 05:06:37 UTC (rev 9741)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/etc/periodic/weekly/Makefile,v 1.4 2011/08/07 01:28:59 laffer1 Exp $
+# $MidnightBSD$
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@
 .endif
 
 .if ${MK_MAN_UTILS} != "no"
-FILES+=	320.whatis 330.catman
+FILES+=	320.whatis
 .endif
 
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list