# Contributor: Valery Kartel # Contributor: Francesco Colista # Maintainer: Francesco Colista global pkgname := 'bareos' global pkgver := '16.2.6' global pkgrel := '0' global pkgdesc := '"Bareos - Backup Archiving REcovery Open Sourced'" global url := '"http://www.bareos.org'" global arch := '"all'" global options := '"!check'" global license := '"AGPL3'" global depends := '"perl'" global makedepends := '"file libtool libintl libpcap-dev lzo-dev \ sqlite-dev postgresql-dev libressl-dev mariadb-dev acl-dev \ qt-dev python2-dev readline-dev ncurses-dev jansson-dev'" global install := ""$pkgname.pre-install $pkgname.post-install"" global subpackages := ""$pkgname-dev $pkgname-doc $pkgname-bat $pkgname-trayicon"" global pkgusers := $pkgname global pkggroups := $pkgname global source := ""$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/Release/$pkgver.tar.gz $pkgname-dir.initd $pkgname-sd.initd $pkgname-fd.initd path-mounted.patch"" global builddir := ""$srcdir"/$(pkgname)-Release-$(pkgver)" proc prepare { update_config_guess default_prepare } proc build { cd $builddir ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-basename=$pkgname \ --with-hostname=localhost \ --with-confdir=/etc/$pkgname \ --with-archivedir=/var/lib/$pkgname/archive \ --with-scriptdir=/etc/$pkgname/scripts \ --with-working-dir=/var/lib/$pkgname \ --with-plugindir=/usr/lib/$pkgname \ --with-backenddir=/usr/lib/$pkgname \ --with-pid-dir=/run/$pkgname \ --with-logdir=/var/log/$pkgname \ --with-subsys-dir=/var/lock \ --enable-bat \ --enable-smartalloc \ --enable-largefile \ --enable-readline \ --enable-traymonitor \ --enable-batch-insert \ --enable-acl \ --enable-xattr \ --enable-scsi-crypto \ --enable-lmdb \ --enable-ipv6 \ --enable-dynamic-cats-backends \ --enable-dynamic-debian-package-list \ --enable-sql-pooling \ --enable-includes \ --disable-conio \ --disable-nls \ --disable-rpath \ --with-postgresql \ --with-mysql \ --with-sqlite3 \ --with-openssl \ --with-python \ --without-systemd \ --with-dir-user=$pkgname \ --with-dir-group=$pkgname \ --with-sd-user=$pkgname \ --with-sd-group=$pkgname \ --with-fd-user=root \ --with-fd-group=$pkgname make } proc package { cd $builddir make DESTDIR="$pkgdir" install var daemon = ''; for daemon in [dir sd fd] { install -Dm755 "$srcdir"/$pkgname-$daemon.initd \ "$pkgdir"/etc/init.d/$pkgname-$daemon } # Install logrotate script install -Dm644 scripts/logrotate "$pkgdir"/etc/logrotate.d/$pkgname # Fix job to use shell script instead of perl script sed -i -e 's/make_catalog_backup.pl/make_catalog_backup/' \ "$pkgdir"/etc/bareos/bareos-dir.d/job/BackupCatalog.conf # Remove unneeded scripts rm "$pkgdir"/usr/sbin/bareos \ "$pkgdir"/usr/sbin/bconsole "$pkgdir"/usr/sbin/bregex \ "$pkgdir"/usr/sbin/bsmtp "$pkgdir"/usr/sbin/bwild \ "$pkgdir"/etc/$pkgname/scripts/bareos \ "$pkgdir"/etc/$pkgname/scripts/bconsole \ "$pkgdir"/etc/$pkgname/scripts/btraceback* \ "$pkgdir"/etc/$pkgname/scripts/bareos-ctl-* \ "$pkgdir"/etc/$pkgname/scripts/bareos_config \ "$pkgdir"/etc/$pkgname/scripts/make_catalog_backup.pl # Fix premissions chown :$pkgname "$pkgdir"/etc/$pkgname/scripts/* \ "$pkgdir"/etc/$pkgname/*.conf \ "$pkgdir"/usr/sbin/* \ "$pkgdir"/usr/bin/* chown $pkgname:$pkgname -R "$pkgdir"/etc/$pkgname/bareos-*.d \ "$pkgdir"/var/lib/$pkgname \ "$pkgdir"/var/log/$pkgname } proc bat { var dir = '', name = $(subpkgname#$pkgname-) global depends := $pkgname global pkgdesc := ""$pkgdesc (qt administration tool)"" mkdir -p "$subpkgdir"/etc/$pkgname "$subpkgdir"/usr/bin for dir in [applications pixmaps] { mkdir -p "$subpkgdir"/usr/share/$dir mv "$pkgdir"/usr/share/$dir/$name.* "$subpkgdir"/usr/share/$dir } mv "$pkgdir"/etc/$pkgname/$name.* "$subpkgdir"/etc/$pkgname mv "$pkgdir"/usr/bin/$name "$subpkgdir"/usr/bin } proc trayicon { var dir = '' global provides := ""$pkgname-tray-monitor"" global depends := $pkgname global pkgdesc := ""$pkgdesc (qt tray monitor)"" mkdir -p "$subpkgdir"/etc/$pkgname "$subpkgdir"/usr/bin mv "$pkgdir"/usr/share "$subpkgdir"/usr mv "$pkgdir"/etc/xdg "$subpkgdir"/etc mv "$pkgdir"/etc/$pkgname/tray-monitor.d "$subpkgdir"/etc/$pkgname mv "$pkgdir"/usr/bin/bareos-tray-monitor "$subpkgdir"/usr/bin for dir in [bareos-dir.d/console bareos-fd.d/director bareos-sd.d/director] { mkdir -p "$subpkgdir"/etc/$pkgname/$dir mv "$pkgdir"/etc/$pkgname/$dir/bareos-mon.conf \ "$subpkgdir"/etc/$pkgname/$dir } } global sha512sums := '"f379fd1d568260b1ad3c426b7b80b1d33a1b078db1aa03b847a4e1dc262cf0155419f20f7105bc095167bb5e64169d5e6b0bcfa3e3913d5e4b5f8f23f4fde750 bareos-16.2.6.tar.gz eb1e7072b579bf9ae21f2e351d6900abb277db64e373f4760bac8188b82929376e4a196d2c935cefe1ae4cc2c396f2fcba1a25642b26e2f92a0d008fbdc4b5f2 bareos-dir.initd c770b1d041fafef93d4eb0269ba8d9733e85ef465657fe8dd5d5c68a27ec773cec9c5c582d4a16596d95bbf6dbd3f7194dc9c0d8ed73138e9fb438fba9aa9445 bareos-sd.initd c6347079dbcef5f4a69ec0c4ecc31803520d715d599d89c6bbfbb3741a86c50d7295c30432889b13ee9c16f2feaa84b1c6ae992cfee6505d569c6493d7e85a5b bareos-fd.initd eac4614c1b29ff0f12061837e425ae495890076021b6d1b0f1beb93501cfb905170342dac5dab69b09f825d5b9416eea25fa02e2174b5a704315c7feb08ff3d3 path-mounted.patch'" (CommandList children: [ (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:pkgname) op:Equal rhs:{(bareos)} spids:[9])] spids: [9] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:pkgver) op:Equal rhs:{(16.2.6)} spids:[12])] spids: [12] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:pkgrel) op:Equal rhs:{(0)} spids:[15])] spids: [15] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:pkgdesc) op: Equal rhs: {(DQ ("Bareos - Backup Archiving REcovery Open Sourced"))} spids: [18] ) ] spids: [18] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:url) op: Equal rhs: {(DQ ("http://www.bareos.org"))} spids: [23] ) ] spids: [23] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:arch) op:Equal rhs:{(DQ (all))} spids:[28])] spids: [28] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:options) op:Equal rhs:{(DQ ("!check"))} spids:[33])] spids: [33] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:license) op:Equal rhs:{(DQ (AGPL3))} spids:[38])] spids: [38] ) (Assignment keyword: Assign_None pairs: [(assign_pair lhs:(LhsName name:depends) op:Equal rhs:{(DQ (perl))} spids:[43])] spids: [43] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:makedepends) op: Equal rhs: { (DQ ("file libtool libintl libpcap-dev lzo-dev ") ("\tsqlite-dev postgresql-dev libressl-dev mariadb-dev acl-dev ") ("\tqt-dev python2-dev readline-dev ncurses-dev jansson-dev") ) } spids: [48] ) ] spids: [48] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:install) op: Equal rhs: { (DQ ($ VSub_Name "$pkgname") (".pre-install ") ($ VSub_Name "$pkgname") (.post-install)) } spids: [57] ) ] spids: [57] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:subpackages) op: Equal rhs: { (DQ ($ VSub_Name "$pkgname") ("-dev ") ($ VSub_Name "$pkgname") ("-doc ") ($ VSub_Name "$pkgname") ("-bat ") ($ VSub_Name "$pkgname") (-trayicon) ) } spids: [65] ) ] spids: [65] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:pkgusers) op: Equal rhs: {($ VSub_Name "$pkgname")} spids: [77] ) ] spids: [77] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:pkggroups) op: Equal rhs: {($ VSub_Name "$pkgname")} spids: [80] ) ] spids: [80] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:source) op: Equal rhs: { (DQ ($ VSub_Name "$pkgname") (-) ($ VSub_Name "$pkgver") (".tar.gz::https://github.com/") ($ VSub_Name "$pkgname") (/) ($ VSub_Name "$pkgname") (/archive/Release/) ($ VSub_Name "$pkgver") (".tar.gz\n") ("\t") ($ VSub_Name "$pkgname") ("-dir.initd\n") ("\t") ($ VSub_Name "$pkgname") ("-sd.initd\n") ("\t") ($ VSub_Name "$pkgname") ("-fd.initd\n") ("\tpath-mounted.patch") ) } spids: [83] ) ] spids: [83] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:builddir) op: Equal rhs: {(DQ ($ VSub_Name "$srcdir")) (/) (${ VSub_Name pkgname) (-Release-) (${ VSub_Name pkgver)} spids: [107] ) ] spids: [107] ) (FuncDef name: prepare body: (BraceGroup children:[(C {(update_config_guess)})(C {(default_prepare)})] spids:[125]) spids: [121 124] ) (FuncDef name: build body: (BraceGroup children: [ (C {(cd)} {(DQ ($ VSub_Name "$builddir"))}) (C {(./configure)} {(--prefix) (Lit_Other "=") (/usr)} {(--sysconfdir) (Lit_Other "=") (/etc)} {(--localstatedir) (Lit_Other "=") (/var)} {(--with-basename) (Lit_Other "=") ($ VSub_Name "$pkgname")} {(--with-hostname) (Lit_Other "=") (localhost)} {(--with-confdir) (Lit_Other "=") (/etc/) ($ VSub_Name "$pkgname")} {(--with-archivedir) (Lit_Other "=") (/var/lib/) ($ VSub_Name "$pkgname") (/archive)} {(--with-scriptdir) (Lit_Other "=") (/etc/) ($ VSub_Name "$pkgname") (/scripts)} {(--with-working-dir) (Lit_Other "=") (/var/lib/) ($ VSub_Name "$pkgname")} {(--with-plugindir) (Lit_Other "=") (/usr/lib/) ($ VSub_Name "$pkgname")} {(--with-backenddir) (Lit_Other "=") (/usr/lib/) ($ VSub_Name "$pkgname")} {(--with-pid-dir) (Lit_Other "=") (/run/) ($ VSub_Name "$pkgname")} {(--with-logdir) (Lit_Other "=") (/var/log/) ($ VSub_Name "$pkgname")} {(--with-subsys-dir) (Lit_Other "=") (/var/lock)} {(--enable-bat)} {(--enable-smartalloc)} {(--enable-largefile)} {(--enable-readline)} {(--enable-traymonitor)} {(--enable-batch-insert)} {(--enable-acl)} {(--enable-xattr)} {(--enable-scsi-crypto)} {(--enable-lmdb)} {(--enable-ipv6)} {(--enable-dynamic-cats-backends)} {(--enable-dynamic-debian-package-list)} {(--enable-sql-pooling)} {(--enable-includes)} {(--disable-conio)} {(--disable-nls)} {(--disable-rpath)} {(--with-postgresql)} {(--with-mysql)} {(--with-sqlite3)} {(--with-openssl)} {(--with-python)} {(--without-systemd)} {(--with-dir-user) (Lit_Other "=") ($ VSub_Name "$pkgname")} {(--with-dir-group) (Lit_Other "=") ($ VSub_Name "$pkgname")} {(--with-sd-user) (Lit_Other "=") ($ VSub_Name "$pkgname")} {(--with-sd-group) (Lit_Other "=") ($ VSub_Name "$pkgname")} {(--with-fd-user) (Lit_Other "=") (root)} {(--with-fd-group) (Lit_Other "=") ($ VSub_Name "$pkgname")} ) (C {(make)}) ] spids: [140] ) spids: [136 139] ) (FuncDef name: package body: (BraceGroup children: [ (C {(cd)} {(DQ ($ VSub_Name "$builddir"))}) (C {(make)} {(Lit_VarLike "DESTDIR=") (DQ ($ VSub_Name "$pkgdir"))} {(install)}) (Sentence child: (Assignment keyword: Assign_Local pairs: [(assign_pair lhs:(LhsName name:daemon) op:Equal spids:[411])] spids: [409] ) terminator: ) (ForEach iter_name: daemon iter_words: [{(dir)} {(sd)} {(fd)}] do_arg_iter: False body: (DoGroup children: [ (C {(install)} {(-Dm755)} {(DQ ($ VSub_Name "$srcdir")) (/) ($ VSub_Name "$pkgname") (-) ($ VSub_Name "$daemon") (.initd) } {(DQ ($ VSub_Name "$pkgdir")) (/etc/init.d/) ($ VSub_Name "$pkgname") (-) ($ VSub_Name "$daemon")} ) ] spids: [427 454] ) spids: [419 425] ) (C {(install)} {(-Dm644)} {(scripts/logrotate)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/logrotate.d/) ($ VSub_Name "$pkgname")} ) (C {(sed)} {(-i)} {(-e)} {(SQ )} {(DQ ($ VSub_Name "$pkgdir")) (/etc/bareos/bareos-dir.d/job/BackupCatalog.conf)} ) (C {(rm)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/bareos)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/bconsole)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/bregex)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/bsmtp)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/bwild)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/bareos)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/bconsole)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/btraceback) (Lit_Other "*")} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/bareos-ctl-) (Lit_Other "*") } {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/bareos_config)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/make_catalog_backup.pl) } ) (C {(chown)} {(Lit_Other ":") ($ VSub_Name "$pkgname")} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/scripts/) (Lit_Other "*") } {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/) (Lit_Other "*") (.conf)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/sbin/) (Lit_Other "*")} {(DQ ($ VSub_Name "$pkgdir")) (/usr/bin/) (Lit_Other "*")} ) (C {(chown)} {($ VSub_Name "$pkgname") (Lit_Other ":") ($ VSub_Name "$pkgname")} {(-R)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/bareos-) (Lit_Other "*") (.d) } {(DQ ($ VSub_Name "$pkgdir")) (/var/lib/) ($ VSub_Name "$pkgname")} {(DQ ($ VSub_Name "$pkgdir")) (/var/log/) ($ VSub_Name "$pkgname")} ) ] spids: [388] ) spids: [384 387] ) (FuncDef name: bat body: (BraceGroup children: [ (Assignment keyword: Assign_Local pairs: [ (assign_pair lhs:(LhsName name:dir) op:Equal spids:[682]) (assign_pair lhs: (LhsName name:name) op: Equal rhs: { (BracedVarSub token: suffix_op: (StringUnary op_id: VOp1_Pound arg_word: {($ VSub_Name "$pkgname") (-)} ) spids: [685 690] ) } spids: [684] ) ] spids: [680] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:depends) op: Equal rhs: {(DQ ($ VSub_Name "$pkgname"))} spids: [693] ) ] spids: [693] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:pkgdesc) op: Equal rhs: {(DQ ($ VSub_Name "$pkgdesc") (" (qt administration tool)"))} spids: [699] ) ] spids: [699] ) (C {(mkdir)} {(-p)} {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname")} {(DQ ($ VSub_Name "$subpkgdir")) (/usr/bin)} ) (ForEach iter_name: dir iter_words: [{(applications)} {(pixmaps)}] do_arg_iter: False body: (DoGroup children: [ (C {(mkdir)} {(-p)} {(DQ ($ VSub_Name "$subpkgdir")) (/usr/share/) ($ VSub_Name "$dir")} ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/share/) ($ VSub_Name "$dir") (/) ($ VSub_Name "$name") (.) (Lit_Other "*") } {(DQ ($ VSub_Name "$subpkgdir")) (/usr/share/) ($ VSub_Name "$dir")} ) ] spids: [733 766] ) spids: [727 731] ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/) ($ VSub_Name "$name") (.) (Lit_Other "*") } {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname")} ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/bin/) ($ VSub_Name "$name")} {(DQ ($ VSub_Name "$subpkgdir")) (/usr/bin)} ) ] spids: [677] ) spids: [673 676] ) (FuncDef name: trayicon body: (BraceGroup children: [ (Assignment keyword: Assign_Local pairs: [(assign_pair lhs:(LhsName name:dir) op:Equal spids:[813])] spids: [811] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:provides) op: Equal rhs: {(DQ ($ VSub_Name "$pkgname") (-tray-monitor))} spids: [816] ) ] spids: [816] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:depends) op: Equal rhs: {(DQ ($ VSub_Name "$pkgname"))} spids: [823] ) ] spids: [823] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:pkgdesc) op: Equal rhs: {(DQ ($ VSub_Name "$pkgdesc") (" (qt tray monitor)"))} spids: [829] ) ] spids: [829] ) (C {(mkdir)} {(-p)} {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname")} {(DQ ($ VSub_Name "$subpkgdir")) (/usr/bin)} ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/share)} {(DQ ($ VSub_Name "$subpkgdir")) (/usr)} ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/xdg)} {(DQ ($ VSub_Name "$subpkgdir")) (/etc)}) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/tray-monitor.d)} {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname")} ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/usr/bin/bareos-tray-monitor)} {(DQ ($ VSub_Name "$subpkgdir")) (/usr/bin)} ) (ForEach iter_name: dir iter_words: [{(bareos-dir.d/console)} {(bareos-fd.d/director)} {(bareos-sd.d/director)}] do_arg_iter: False body: (DoGroup children: [ (C {(mkdir)} {(-p)} {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/) ($ VSub_Name "$dir") } ) (C {(mv)} {(DQ ($ VSub_Name "$pkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/) ($ VSub_Name "$dir") (/bareos-mon.conf) } {(DQ ($ VSub_Name "$subpkgdir")) (/etc/) ($ VSub_Name "$pkgname") (/) ($ VSub_Name "$dir")} ) ] spids: [920 958] ) spids: [912 918] ) ] spids: [808] ) spids: [804 807] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:sha512sums) op: Equal rhs: { (DQ ( "f379fd1d568260b1ad3c426b7b80b1d33a1b078db1aa03b847a4e1dc262cf0155419f20f7105bc095167bb5e64169d5e6b0bcfa3e3913d5e4b5f8f23f4fde750 bareos-16.2.6.tar.gz\n" ) ( "eb1e7072b579bf9ae21f2e351d6900abb277db64e373f4760bac8188b82929376e4a196d2c935cefe1ae4cc2c396f2fcba1a25642b26e2f92a0d008fbdc4b5f2 bareos-dir.initd\n" ) ( "c770b1d041fafef93d4eb0269ba8d9733e85ef465657fe8dd5d5c68a27ec773cec9c5c582d4a16596d95bbf6dbd3f7194dc9c0d8ed73138e9fb438fba9aa9445 bareos-sd.initd\n" ) ( "c6347079dbcef5f4a69ec0c4ecc31803520d715d599d89c6bbfbb3741a86c50d7295c30432889b13ee9c16f2feaa84b1c6ae992cfee6505d569c6493d7e85a5b bareos-fd.initd\n" ) ( "eac4614c1b29ff0f12061837e425ae495890076021b6d1b0f1beb93501cfb905170342dac5dab69b09f825d5b9416eea25fa02e2174b5a704315c7feb08ff3d3 path-mounted.patch" ) ) } spids: [963] ) ] spids: [963] ) ] )