This file is indexed.

/etc/smsclient/sms_config is in smsclient 2.0.8z-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# --------------------------------------------------------------------
# Sample SMS config file
# --------------------------------------------------------------------

{
	SMS_default_service  = "minicall"	# Used by numbers used
						# without SERVICE:XXXXXX 
						# format

	SMS_lock_action	     = "BLOCK"
	SMS_lock_retry_delay = 5000000
	SMS_lockfile         = "/var/lock/smslock"

	# SMS_lockfile        = "/var/opt/sms/smslock"	# UNIXWARE
}

# --------------------------------------------------------------------