Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Indent.



details:   https://anonhg.NetBSD.org/src/rev/5a062b8586d3
branches:  trunk
changeset: 805018:5a062b8586d3
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Dec 13 02:53:08 2014 +0000

description:
Indent.

diffstat:

 etc/daily |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 4f9a5dcb9991 -r 5a062b8586d3 etc/daily
--- a/etc/daily Sat Dec 13 02:35:02 2014 +0000
+++ b/etc/daily Sat Dec 13 02:53:08 2014 +0000
@@ -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 @@
 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 ""



Home | Main Index | Thread Index | Old Index