Deleting or Deactivating a Commit Script
If you do not want a commit script to run, you can delete or deactivate it.
Deleting the
filenamefrom the[edit system scripts commit]hierarchy level effectively "unconfigures" the functionality associated with the specified script. Deactivating the statement adds theinactive:tag to the statement, effectively commenting out the statement from the configuration. Statements marked inactive do not take effect when you issue thecommitcommand.To delete or deactivate a script, issue the
deleteordeactivateconfiguration mode command followed by thefilestatement at the[edit system scripts commit]hierarchy level, specifying the name of the XSLT file containing the commit script you want to delete or deactivate:[edit system scripts commit]user@host#delete filefilename.xsl[edit system scripts commit]user@host#deactivate filefilename.xslFor more information about the
deleteanddeactivateconfiguration mode commands, see the JUNOS System Basics Configuration Guide.