refactor(profiles): use @{bin} and @{lib} in profiles (7)
This commit is contained in:
parent
7c2c806ffa
commit
2b2c42d23c
155 changed files with 938 additions and 938 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/uupdate
|
||||
@{exec_path} = @{bin}/uupdate
|
||||
profile uupdate @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
@ -14,35 +14,35 @@ profile uupdate @{exec_path} flags=(complain) {
|
|||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} r,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
||||
/{usr/,}bin/basename rix,
|
||||
/{usr/,}bin/which{,.debianutils} rix,
|
||||
/{usr/,}bin/tr rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/getopt rix,
|
||||
/{usr/,}bin/cut rix,
|
||||
/{usr/,}bin/mktemp rix,
|
||||
/{usr/,}bin/ls rix,
|
||||
/{usr/,}bin/wc rix,
|
||||
/{usr/,}bin/mv rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/cp rix,
|
||||
/{usr/,}bin/expr rix,
|
||||
@{bin}/basename rix,
|
||||
@{bin}/which{,.debianutils} rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/getopt rix,
|
||||
@{bin}/cut rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/ls rix,
|
||||
@{bin}/wc rix,
|
||||
@{bin}/mv rix,
|
||||
@{bin}/rm rix,
|
||||
@{bin}/cp rix,
|
||||
@{bin}/expr rix,
|
||||
|
||||
/{usr/,}bin/perl rix,
|
||||
/{usr/,}bin/chmod rix,
|
||||
/{usr/,}bin/md5sum rix,
|
||||
@{bin}/perl rix,
|
||||
@{bin}/chmod rix,
|
||||
@{bin}/md5sum rix,
|
||||
|
||||
/{usr/,}bin/tar rix,
|
||||
/{usr/,}bin/bzip2 rix,
|
||||
/{usr/,}bin/xz rix,
|
||||
@{bin}/tar rix,
|
||||
@{bin}/bzip2 rix,
|
||||
@{bin}/xz rix,
|
||||
|
||||
# FIXME
|
||||
/{usr/,}bin/debchange rPUx,
|
||||
/{usr/,}bin/dpkg-vendor rPUx,
|
||||
/{usr/,}bin/dpkg-parsechangelog rPUx,
|
||||
/{usr/,}bin/dpkg rPx -> child-dpkg,
|
||||
@{bin}/debchange rPUx,
|
||||
@{bin}/dpkg-vendor rPUx,
|
||||
@{bin}/dpkg-parsechangelog rPUx,
|
||||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
|
||||
/etc/devscripts.conf r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue