pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/scponly Kill some hardcoded UID, GID, and mode ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c75a59af586b
branches:  trunk
changeset: 489368:c75a59af586b
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Feb 20 06:46:07 2005 +0000

description:
Kill some hardcoded UID, GID, and mode settings that were being passed to
${INSTALL}.  This should fix the problem seen in minskim's Linux bulk build.

diffstat:

 shells/scponly/distinfo         |   4 ++--
 shells/scponly/patches/patch-aa |  16 +++++++++-------
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 05dc92c89d9c -r c75a59af586b shells/scponly/distinfo
--- a/shells/scponly/distinfo   Sun Feb 20 06:02:06 2005 +0000
+++ b/shells/scponly/distinfo   Sun Feb 20 06:46:07 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $
+$NetBSD: distinfo,v 1.2 2005/02/20 06:46:07 snj Exp $
 
 SHA1 (scponly-4.0.tgz) = 418486395896dc2a528295a4b508c8b408bfb33c
 Size (scponly-4.0.tgz) = 85053 bytes
-SHA1 (patch-aa) = 1bb06b4a1892450cafb55d1dea0ffdb8b706306f
+SHA1 (patch-aa) = 0dd9c9daebe6ed5bdadbdf28695f7539c1bd21d4
diff -r 05dc92c89d9c -r c75a59af586b shells/scponly/patches/patch-aa
--- a/shells/scponly/patches/patch-aa   Sun Feb 20 06:02:06 2005 +0000
+++ b/shells/scponly/patches/patch-aa   Sun Feb 20 06:46:07 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $
+$NetBSD: patch-aa,v 1.2 2005/02/20 06:46:07 snj Exp $
 
---- Makefile.in.orig   2003-11-19 22:04:53.000000000 -0800
-+++ Makefile.in        2005-01-27 18:02:16.000000000 -0800
+--- Makefile.in.orig   Wed Nov 19 22:04:53 2003
++++ Makefile.in        Sat Feb 19 22:30:44 2005
 @@ -9,7 +9,7 @@ CFLAGS          = @CFLAGS@ -I$(srcdir) -I.
  INSTALL                = @INSTALL@
  CC             = @CC@
@@ -15,11 +15,13 @@
        ${INSTALL} -d ${bindir}
        ${INSTALL} -d ${mandir}/man8
        ${INSTALL} -d ${CONFDIR}
+-      ${INSTALL} -o 0 -g 0 scponly ${bindir}/scponly
+-      ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${mandir}/man8/scponly.8
+-      ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DEBUGFILE}
 +      ${INSTALL} -d ${prefix}/share/examples/scponly
-       ${INSTALL} -o 0 -g 0 scponly ${bindir}/scponly
-       ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${mandir}/man8/scponly.8
--      ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DEBUGFILE}
-+      ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${prefix}/share/examples/scponly
++      ${BSD_INSTALL_PROGRAM} scponly ${bindir}/scponly
++      ${BSD_INSTALL_DATA} scponly.8 ${mandir}/man8/scponly.8
++      ${BSD_INSTALL_DATA} debuglevel ${prefix}/share/examples/scponly
        if test "x${CHROOTED_NAME}" != "x"; then                        \
                ${INSTALL} -d ${sbindir};                               \
                rm -f ${sbindir}/${CHROOTED_NAME};                      \



Home | Main Index | Thread Index | Old Index