--- ./create/data/data.sql.orig 2009-08-26 09:16:26.000000000 -0400 +++ ./create/data/data.sql 2011-05-30 11:17:20.000000000 -0400 @@ -27,8 +27,8 @@ -- Dumping data for table `scripts` -- -INSERT INTO scripts VALUES (1,'Ping','/bin/ping -c 3 {HOST.CONN}',2,0,0); -INSERT INTO scripts VALUES (2,'Traceroute','/usr/bin/traceroute {HOST.CONN}',2,0,0); +INSERT INTO scripts VALUES (1,'Ping','/sbin/ping -c 3 {HOST.CONN}',2,0,0); +INSERT INTO scripts VALUES (2,'Traceroute','/usr/sbin/traceroute {HOST.CONN}',2,0,0); -- -- Dumping data for table `users`