Module Name:    src
Committed By:   uebayasi
Date:           Sat Dec 13 02:53:08 UTC 2014

Modified Files:
        src/etc: daily

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/etc/daily

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/daily
diff -u src/etc/daily:1.91 src/etc/daily:1.92
--- src/etc/daily:1.91	Tue Jul 22 17:11:09 2014
+++ src/etc/daily	Sat Dec 13 02:53:08 2014
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#	$NetBSD: daily,v 1.91 2014/07/22 17:11:09 wiz Exp $
+#	$NetBSD: daily,v 1.92 2014/12/13 02:53:08 uebayasi Exp $
 #	@(#)daily	8.2 (Berkeley) 1/25/94
 #
 
@@ -37,9 +37,9 @@ if [ -z "$MAILTO" -o "$USER" != "root" ]
 fi
 
 if [ -n "${pkgdb_dir}" ]; then
-    echo "WARNING: Setting pkgdb_dir in daily.conf(5) is deprecated"
-    echo "WARNING: Please define PKG_DBDIR in pkg_install.conf(5) instead"
-    _compat_K_flag="-K ${pkgdb_dir}"
+	echo "WARNING: Setting pkgdb_dir in daily.conf(5) is deprecated"
+	echo "WARNING: Please define PKG_DBDIR in pkg_install.conf(5) instead"
+	_compat_K_flag="-K ${pkgdb_dir}"
 fi
 
 echo ""

Reply via email to