diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-11 23:41:07 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-11 23:41:07 +0000 |
commit | 152b77401b1b3655b32c61d2ee80dd2b75e5781b (patch) | |
tree | 2abcb82dc397530f0a01bbb48a0cec6561a1925f /modules/buildsystem/templates/maintdb | |
parent | 2c995aa4f0f6f289429478490ace9f81027be125 (diff) | |
download | puppet-152b77401b1b3655b32c61d2ee80dd2b75e5781b.tar puppet-152b77401b1b3655b32c61d2ee80dd2b75e5781b.tar.gz puppet-152b77401b1b3655b32c61d2ee80dd2b75e5781b.tar.bz2 puppet-152b77401b1b3655b32c61d2ee80dd2b75e5781b.tar.xz puppet-152b77401b1b3655b32c61d2ee80dd2b75e5781b.zip |
add maintdb class
Diffstat (limited to 'modules/buildsystem/templates/maintdb')
-rwxr-xr-x | modules/buildsystem/templates/maintdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb index 7d504b77..f1f0cedc 100755 --- a/modules/buildsystem/templates/maintdb +++ b/modules/buildsystem/templates/maintdb @@ -1,6 +1,6 @@ #!/bin/sh -MAINTDBDIR=/tmp/maintdb +MAINTDBDIR="<%= $maintdb_dbdir %>" function checkname() { |