summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 02:20:53 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 02:20:53 (EST)
commit3ae0db3a7dd7b0871a516d055c8189942fd0df44 (patch)
tree55ddeb5ddbaa7d383050fc87e36173f1097cd064
parent964a88ce49f23db5020f7bcf05495d08a9ee4d4a (diff)
build: Remove Id from smartd.conf
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index df67e3e..0dab613 100755
--- a/build
+++ b/build
@@ -16,6 +16,8 @@ build:
install: build
oh-autoinstall
+ sed '/$$Id:/d' dest/etc/smartd.conf 1>dest/etc/smartd.conf~
+ mv dest/etc/smartd.conf~ dest/etc/smartd.conf
rm dest/usr/share/doc/smartmontools/AUTHORS
rm dest/usr/share/doc/smartmontools/COPYING
rm dest/usr/share/doc/smartmontools/ChangeLog*