summaryrefslogtreecommitdiffstats
path: root/sys-utils/readprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/readprofile.c')
-rw-r--r--sys-utils/readprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index 61ba428cc..d70eb7339 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -56,7 +56,7 @@
static char *prgname;
/* These are the defaults */
-static char defaultmap[]="/usr/src/linux/System.map";
+static char defaultmap[]="/boot/System.map";
static char defaultpro[]="/proc/profile";
static char optstring[]="M:m:np:itvarVbs";