diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-05 01:07:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-05 01:07:42 +0000 |
commit | 927890daa4137b87be9e3474fc4340b870995c1c (patch) | |
tree | 1f83cc9fc598491a958476e039bc5f111f9b11c4 | |
parent | b9edbe2a66e061a0e04c7776b7d168b2c738e633 (diff) | |
download | pfsense-927890daa4137b87be9e3474fc4340b870995c1c.zip pfsense-927890daa4137b87be9e3474fc4340b870995c1c.tar.gz |
Correct the compatibility location again.
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ fi # have trouble overriding the PREFIX configure # argument since we build our packages in a # seperated PREFIX area -ln -s /tmp/tmp / +ln -s / /tmp/tmp # Malloc debugging check if [ ! -L /etc/malloc.conf ]; then |