summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-10-11 22:36:15 +0000
committerHerb Lewis <herb@samba.org>2001-10-11 22:36:15 +0000
commitcbabe7048f81f8d3832c21265acb3bda51bfc337 (patch)
tree0386da9a65f1c0bfed89796a205490be1826b569 /examples
parent7ff444ba540a0746638c1e1585b72f1efab1f4bd (diff)
downloadsamba-cbabe7048f81f8d3832c21265acb3bda51bfc337.tar.gz
samba-cbabe7048f81f8d3832c21265acb3bda51bfc337.tar.xz
samba-cbabe7048f81f8d3832c21265acb3bda51bfc337.zip
get rid of absolute path name
Diffstat (limited to 'examples')
-rw-r--r--examples/misc/swat.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/misc/swat.pl b/examples/misc/swat.pl
index f6414b63497..a6f7d7cde80 100644
--- a/examples/misc/swat.pl
+++ b/examples/misc/swat.pl
@@ -37,7 +37,7 @@ $lastone = "nothing";
if (@ARGV[0]) {
$filename = @ARGV[0];
} else {
- $filename = "/usr3/samba20/samba/source/param/loadparm.c";
+ $filename = "source/param/loadparm.c";
}
open (INFILE,$filename) || die "unable to open $filename\n";