As noted by apb, don't slip in local pathes.

This commit is contained in:
joerg 2009-04-15 22:44:26 +00:00
parent cc6e294334
commit 84a8422ae3
1 changed files with 2 additions and 3 deletions

View File

@ -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 {'