Browse Source

mdadm: changer map file location from /run to /var/run

master
Nagy Károly Gábriel 11 years ago
parent
commit
207e7a79c7
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      pkg_mdadm.conf

+ 17
- 0
pkg_mdadm.conf

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/idunn/pkg_mdadm.conf
# Copyright (C) 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
. $confdir/$pkg.conf
hook_add preconf 1 'sed -i -e "s:/run/mdadm:/var/run/mdadm:g" Makefile'

Loading…
Cancel
Save