OSX: Fix RunAtLoad value in plist file.
This commit is contained in:
parent
3907e46c13
commit
d3766803b4
3 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ genOSXAutoStartFile label command params = unlines
|
|||
, unlines $ map (\v -> "<string>" ++ v ++ "</string>") (command:params)
|
||||
, "</array>"
|
||||
, "<key>RunAtLoad</key>"
|
||||
, "<true/>"
|
||||
, "</dict>"
|
||||
, "</plist>"
|
||||
]
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -5,6 +5,7 @@ git-annex (3.20121113) UNRELEASED; urgency=low
|
|||
* webapp: The list of repositiories refreshes when new repositories are
|
||||
added, including when new repository configurations are pushed in from
|
||||
remotes.
|
||||
* OSX: Fix RunAtLoad value in plist file.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 13 Nov 2012 13:17:07 -0400
|
||||
|
||||
|
|
|
@ -12,3 +12,4 @@ It should say:
|
|||
`<key>RunAtLoad</key>`<br>
|
||||
`<true/>`
|
||||
|
||||
> Fixed in git. [[done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue