Skip to content

Commit

Permalink
Fixed lintian error 'file-in-etc-not-marked-as-conffile' for Upstart …
Browse files Browse the repository at this point in the history
…and SystemV files
  • Loading branch information
aparkinson committed Jan 5, 2014
1 parent d9b49e7 commit fa4c2e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object JavaServerAppPackaging {

for {
s <- script.toSeq
} yield LinuxPackageMapping(Seq(s -> path)).withPerms(permissions)
} yield LinuxPackageMapping(Seq(s -> path)).withPerms(permissions).withConfig()
},
// TODO should we specify daemonGroup in configs?
linuxPackageMappings in Debian <+= (normalizedName, defaultLinuxLogsLocation, target in Debian, daemonUser in Debian) map {
Expand Down

0 comments on commit fa4c2e3

Please sign in to comment.