Univention Bugzilla – Attachment 5227 Details for
Bug 31367
No evaluation of cmdline parameters via ldap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for univention-ucc-initramfs
initramfs-ucc.patch (text/plain), 1003 bytes, created by
Erik Damrose
on 2013-05-15 16:37:41 CEST
(
hide
)
Description:
Patch for univention-ucc-initramfs
Filename:
MIME Type:
Creator:
Erik Damrose
Created:
2013-05-15 16:37:41 CEST
Size:
1003 bytes
patch
obsolete
>Index: univention-ucc-initramfs/initramfs-tools/scripts/ucc >=================================================================== >--- univention-ucc-initramfs/initramfs-tools/scripts/ucc (Revision 40520) >+++ univention-ucc-initramfs/initramfs-tools/scripts/ucc (Arbeitskopie) >@@ -1408,8 +1408,8 @@ > force_partition_timeout=*) > FORCE_PARTITION_TIMEOUT=${x#force_partition_timeout=} > ;; >- net_dev=) >- net_dev={x#net_dev=} >+ net_dev=*) >+ net_dev=${x#net_dev=} > ;; > keyboard*) > KEYBOARD=${x#keyboard=} >@@ -1420,17 +1420,17 @@ > timezone*) > TIMEZONE=${x#timezone=} > ;; >- verbose=) >- verbose={x#verbose=} >+ verbose=*) >+ verbose=${x#verbose=} > ;; >- syslog=) >- syslog={x#syslog=} >+ syslog=*) >+ syslog=${x#syslog=} > ;; >- syslogserver=) >- syslogserver={x#syslogserver=} >+ syslogserver=*) >+ syslogserver=${x#syslogserver=} > ;; >- debugshell=) >- debugshell={x#debugshell=} >+ debugshell=*) >+ debugshell=${x#debugshell=} > ;; > splash*) > SPLASH="true"
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 31367
: 5227