Projet

Général

Profil

« Précédent | Suivant » 

Révision 847fe304

Ajouté par Renato Botelho il y a plus de 9 ans

Remove extra noise from rc.shutdown

Voir les différences:

etc/rc.shutdown
24 24
# temporary files on shutdown from /tmp/
25 25
PLATFORM=`cat /etc/platform`
26 26
if [ "$PLATFORM" = "pfSense" ]; then
27
	find -x /tmp/* -type f -exec rm -f {} \;
27
	find -x /tmp/* -type f -exec rm -f {} \; >/dev/null 2>&1
28 28
fi
29 29

  
30 30
USE_MFS_TMPVAR=`/usr/bin/grep -c use_mfs_tmpvar /cf/conf/config.xml`

Formats disponibles : Unified diff