Module Name: src
Committed By: joerg
Date: Wed Apr 15 22:44:26 UTC 2009
Modified Files:
src/sbin/rcorder: rcorder-visualize.sh
Log Message:
As noted by apb, don't slip in local pathes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/rcorder/rcorder-visualize.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/rcorder/rcorder-visualize.sh
diff -u src/sbin/rcorder/rcorder-visualize.sh:1.2 src/sbin/rcorder/rcorder-visualize.sh:1.3
--- src/sbin/rcorder/rcorder-visualize.sh:1.2 Wed Apr 15 22:38:26 2009
+++ src/sbin/rcorder/rcorder-visualize.sh Wed Apr 15 22:44:26 2009
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: rcorder-visualize.sh,v 1.2 2009/04/15 22:38:26 joerg Exp $
+# $NetBSD: rcorder-visualize.sh,v 1.3 2009/04/15 22:44:26 joerg Exp $
#
# Writte by Joerg Sonnenberger. You may freely use and redistribute
# this script.
@@ -9,8 +9,7 @@
# sh rcorder-visualize | dot -T svg -o rcorder.svg
# dot(1) can be found in graphics/graphviz in pkgsrc.
-#rc_files=/etc/rc.d/*
-rc_files=~/data/NetBSD/clean/src/etc/rc.d/*
+rc_files=/etc/rc.d/*
{
echo ' digraph {'