This file is indexed.

/bin/live-initscripts-empty-stop is in live-debconfig 4.0~alpha31-1.

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

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
18
19
20
21
22
23
24
25
#!/bin/sh

## live-debconfig contains the components that configure a Live system during the
## build process (live-build).
##
## This is the sysvinit component for live-debconfig.


### BEGIN INIT INFO
# Provides:		live-debconfig
# Required-Start:
# Required-Stop:
# Should-Start:
# Should-Stop:
# Default-Start:
# Default-Stop:		0 6
# Short-Description:	Live System Configuration Components
# Description:		live-debconfig contains the components that configure a
#			Live system during the build process (live-build).
# X-Start-Before:
# X-Stop-After:
# X-Interactive:
### END INIT INFO

exit 0