Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
bacula-common /
Delete
Unzip
Name
Size
Permission
Date
Action
defconfig
[ DIR ]
drwxr-xr-x
2025-07-14 12:21
common-functions.dpkg
4.43
KB
-rw-r--r--
2018-03-04 12:49
common-functions.init
451
B
-rw-r--r--
2018-03-04 12:49
Save
Rename
# -*-shell-script-*- # # Common functions, used from init scripts # create_run_dir() { if [ ! -d /run/bacula/ ]; then mkdir -p -m 0755 /run/bacula/ chown bacula:daemon /run/bacula/ fi } # as a precaution, also define the function name from before the # /var/run -> /run migration # XXX to be removed in stretch+1 latest create_var_run_dir() { log_warning_msg "Obsolete bacula init function create_var_run_dir called" create_run_dir }