ALT Linux Bugzilla
– Attachment 1393 Details for
Bug 9102
добавление пакетов в --pkg-{build,init}-list
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
initroot.patch
initroot.patch (text/plain), 627 bytes, created by
Alexey Gladkov
on 2006-02-17 15:59:16 MSK
(
hide
)
Description:
initroot.patch
Filename:
MIME Type:
Creator:
Alexey Gladkov
Created:
2006-02-17 15:59:16 MSK
Size:
627 bytes
patch
obsolete
>--- initroot.fix 2005-12-05 19:01:21 +0300 >+++ initroot 2005-12-05 19:04:29 +0300 >@@ -95,9 +95,15 @@ while :; do > number="$(opt_check_number "$1" "$2")" > shift > ;; >- --pkg-build-list) shift; build_list="$1" >- ;; >- --pkg-init-list) shift; init_list="$1" >+ --pkg-build-list) shift >+ [ "$1" != "${1#+}" -a -n "${1#+}" ] && >+ build_list="$build_list ${1#+}" || >+ build_list="$1" >+ ;; >+ --pkg-init-list) shift >+ [ "$1" != "${1#+}" -a -n "${1#+}" ] && >+ init_list="$init_list ${1#+}" || >+ init_list="$1" > ;; > --pkg-noinstall-pattern-list) shift; noinstall_pattern_list="$1" > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9102
: 1393