You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../grsecurity/gradm-Makefile-fix.patch |
|
# Copyright (C) 2006 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- gradm2/Makefile.orig 2005-12-18 01:24:06.000000000 +0100 |
|
+++ gradm2/Makefile 2006-10-12 17:03:21.000000000 +0200 |
|
@@ -123,21 +123,9 @@ |
|
@if [ ! -f $(DESTDIR)$(GRSEC_DIR)/learn_config ] ; then \ |
|
$(INSTALL) -m 0600 learn_config $(DESTDIR)$(GRSEC_DIR) ; \ |
|
fi |
|
- @if [ -z "`cut -d" " -f3 /proc/mounts | grep "^devfs"`" ] ; then \ |
|
- rm -f $(DESTDIR)/dev/grsec ; \ |
|
- if [ ! -e $(DESTDIR)/dev/grsec ] ; then \ |
|
- mkdir -p $(DESTDIR)/dev ; \ |
|
- $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \ |
|
- fi \ |
|
- fi |
|
@echo "Installing gradm manpage..." |
|
@mkdir -p $(DESTDIR)$(MANDIR)/man8 |
|
@$(INSTALL) -m 0644 gradm.8 $(DESTDIR)$(MANDIR)/man8/$(GRADM_BIN).8 |
|
- @if [ -x /sbin/$(GRADM_BIN) ] ; then \ |
|
- if [ -z $(DESTDIR) ] && [ ! -f $(GRSEC_DIR)/pw ] ; then \ |
|
- /sbin/$(GRADM_BIN) -P ; \ |
|
- fi \ |
|
- fi |
|
@true |
|
|
|
clean:
|
|
|