Projet

Général

Profil

« Précédent | Suivant » 

Révision 30c591d6

Ajouté par Ermal il y a plus de 9 ans

Use proper path to setkey now that ipsec-tools are not used anymore

Voir les différences:

usr/local/www/status.php
29 29
	POSSIBILITY OF SUCH DAMAGE.
30 30
*/
31 31
/*
32
	pfSense_BUILDER_BINARIES:	/usr/bin/vmstat	/usr/bin/netstat	/sbin/dmesg	/sbin/mount	/usr/local/sbin/setkey	/usr/local/sbin/pftop	
32
	pfSense_BUILDER_BINARIES:	/usr/bin/vmstat	/usr/bin/netstat	/sbin/dmesg	/sbin/mount	/sbin/setkey	/usr/local/sbin/pftop	
33 33
	pfSense_BUILDER_BINARIES:	/sbin/pfctl	/sbin/sysctl	/usr/bin/top	/usr/bin/netstat	/sbin/pfctl	/sbin/ifconfig
34 34
	pfSense_MODULE:	support
35 35
*/
......
180 180
defCmdT("df","/bin/df");
181 181

  
182 182
defCmdT("racoon.conf","cat /var/etc/racoon.conf");
183
defCmdT("SPD","/usr/local/sbin/setkey -DP");
184
defCmdT("SAD","/usr/local/sbin/setkey -D");
183
defCmdT("SPD","/sbin/setkey -DP");
184
defCmdT("SAD","/sbin/setkey -D");
185 185

  
186 186
if(isset($config['system']['usefifolog']))  {
187 187
	defCmdT("last 200 system log entries","/usr/sbin/fifolog_reader /var/log/system.log 2>&1 | tail -n 200");

Formats disponibles : Unified diff