Module Name: src
Committed By: joerg
Date: Wed Apr 15 22:38:26 UTC 2009
Modified Files:
src/sbin/rcorder: rcorder-visualize.sh
Log Message:
Behave as documented and remove the dot call at the end.
Add RCS ID.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/sbin/rcorder/rcorder-visualize.sh:1.2
--- src/sbin/rcorder/rcorder-visualize.sh:1.1 Wed Apr 15 22:36:05 2009
+++ src/sbin/rcorder/rcorder-visualize.sh Wed Apr 15 22:38:26 2009
@@ -1,4 +1,5 @@
#!/bin/sh
+# $NetBSD: rcorder-visualize.sh,v 1.2 2009/04/15 22:38:26 joerg Exp $
#
# Writte by Joerg Sonnenberger. You may freely use and redistribute
# this script.
@@ -8,7 +9,8 @@
# 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=/etc/rc.d/*
+rc_files=~/data/NetBSD/clean/src/etc/rc.d/*
{
echo ' digraph {'
@@ -26,4 +28,4 @@
'
done
echo '}'
-} | dot -Tsvg
+}