X7ROOT File Manager
Current Path:
/usr/lib/pcsd
usr
/
lib
/
pcsd
/
📁
..
📁
.bundle
📄
Gemfile
(223 B)
📄
Gemfile.lock
(731 B)
📄
Makefile
(1.17 KB)
📄
auth.rb
(4.78 KB)
📄
bootstrap.rb
(3.57 KB)
📄
capabilities.xml
(59.05 KB)
📄
cfgsync.rb
(23.66 KB)
📄
cluster.rb
(413 B)
📄
cluster_entity.rb
(29.81 KB)
📄
config.rb
(6.49 KB)
📄
config.ru
(440 B)
📄
corosyncconf.rb
(3.78 KB)
📄
fenceagent.rb
(1.16 KB)
📄
pcs.rb
(61.88 KB)
📄
pcsd
(695 B)
📄
pcsd-cli.rb
(4.37 KB)
📄
pcsd.8
(3.19 KB)
📄
pcsd.logrotate
(151 B)
📄
pcsd.pam
(154 B)
📄
pcsd.rb
(49.65 KB)
📄
pcsd_action_command.rb
(2.11 KB)
📄
pcsd_exchange_format.rb
(1.35 KB)
📄
pcsd_file.rb
(3.95 KB)
📄
pcsd_remove_file.rb
(595 B)
📄
permissions.rb
(4.24 KB)
📁
public
📄
remote.rb
(94.31 KB)
📄
resource.rb
(12.63 KB)
📄
rfc7919-ffdhe2048.pem
(424 B)
📄
session.rb
(2.01 KB)
📄
settings.rb
(1.15 KB)
📄
ssl.rb
(7.27 KB)
📁
vendor
📁
views
📄
wizard.rb
(418 B)
📁
wizards
Editing: Makefile
FFI_VERSION="1.9.25" FFI_C_DIR=vendor/bundle/ruby/gems/ffi-${FFI_VERSION}/ext/ffi_c build_gems: get_gems bundle install --local --deployment #ffi makes symlink with absolute path. Let's change it to relative path. for fname in `ls ${FFI_C_DIR}/libffi-*/include/ffitarget.h`; do \ if [[ -L "$$fname" ]]; then \ target=$$(readlink $$fname | sed "s~.*/${FFI_C_DIR}\(/libffi/src/[^/]\+/ffitarget.h\)~../..\1~"); \ rm $$fname; \ ln -s $$target $$fname; \ fi; \ done; build_gems_without_bundler: mkdir -p vendor/bundle/ruby gem install --verbose --no-rdoc --no-ri -l --ignore-dependencies -i vendor/bundle/ruby \ vendor/cache/backports-3.11.3.gem \ vendor/cache/ethon-0.11.0.gem \ vendor/cache/ffi-${FFI_VERSION}.gem \ vendor/cache/json-2.1.0.gem \ vendor/cache/multi_json-1.13.1.gem \ vendor/cache/open4-1.3.4.gem \ vendor/cache/rack-1.6.12.1.gem \ vendor/cache/rack-protection-1.5.5.gem \ vendor/cache/rack-test-0.7.0.gem \ vendor/cache/rpam-ruby19-1.2.1.gem \ vendor/cache/sinatra-1.4.8.gem \ vendor/cache/sinatra-contrib-1.4.7.gem \ vendor/cache/tilt-2.0.8.gem \ -- '--with-ldflags="-Wl,-z,now -Wl,-z,relro"' get_gems: bundle package clean: rm -rfv vendor/
Upload File
Create Folder