Univention Bugzilla – Attachment 4757 Details for
Bug 28993
Univention Directory Policy verwendet nicht die Join-Skript-Lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Umstellung auf Join-Lib
move-to-join-script-lib.patch (text/plain), 1011 bytes, created by
Moritz Muehlenhoff
on 2012-10-31 08:47:54 CET
(
hide
)
Description:
Umstellung auf Join-Lib
Filename:
MIME Type:
Creator:
Moritz Muehlenhoff
Created:
2012-10-31 08:47:54 CET
Size:
1011 bytes
patch
obsolete
>Index: 20univention-directory-policy.inst >=================================================================== >--- 20univention-directory-policy.inst (Revision 36498) >+++ 20univention-directory-policy.inst (Arbeitskopie) >@@ -1,4 +1,4 @@ >-#! /bin/sh >+#! /bin/sh > # > # Univention Directory Policy > # join script >@@ -32,17 +32,11 @@ > > VERSION=1 > >-if ! test -e "/usr/share/univention-join/.joined"; then >- echo "The server has not joined yet" >- exit 1 >-fi >+. /usr/share/univention-join/joinscripthelper.lib || exit 1 >+joinscript_init > >-touch /usr/lib/univention-install/.index.txt >- >-test -n "`grep "univention-directory-policy v${VERSION} successful" /usr/lib/univention-install/.index.txt`" && exit 1 >- > run-parts /usr/lib/univention-directory-policy > >-test -n "`grep "univention-directory-policy v${VERSION} successful" /usr/lib/univention-install/.index.txt`" || echo "univention-directory-policy v${VERSION} successful" >>/usr/lib/univention-install/.index.txt >+joinscript_save_current_version > > exit 0
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 28993
: 4757