#!/sbin/sh
# @(#) $Revision: 72.3 $       
# X.25 configuration.  See x25init(1m)
#
# X25_ARGS:	A comma-separated list of arguments for a series of x25init
#		command invocations.  For example, if X25_ARGS is set to:
#		"-c /etc/x25/config_file1,-a /etc/x25/ip_x25_mapfile", this
#		will cause the following commands to be executed:
#			/usr/sbin/x25init -c /etc/x25/config_file1
#			/usr/sbin/x25init -a /etc/x25/ip_x25_mapfile
#
#		Setting X25_ARGS to the empty string disables X.25.
#		See /sbin/init.d/x25.
#
X25_ARGS=
