/
usr
/
lib
/
lsb
/
init-functions.d
/
/usr/lib/lsb/init-functions.d
mkdir
upload
Name
Size
Mode
Actions
00-verbose
646
0644
edit
dl
rm
40-systemd
3251
0644
edit
dl
rm
50-ubuntu-logging
3447
0644
edit
dl
rm
99-plymouth
531
0644
edit
dl
rm
Edit:
/usr/lib/lsb/init-functions.d/00-verbose
(646B)
## Generated automatically. Do not edit! -*- shell-script -*- vlog_daemon_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_daemon_msg "$@" fi } vlog_begin_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_begin_msg "$@" fi } vlog_end_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_end_msg "$@" fi } vlog_action_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_msg "$@" fi } vlog_action_begin_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_begin_msg "$@" fi } vlog_action_end_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_end_msg "$@" fi } # vim: ft=sh
Save
cmd:
run