Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6d9426ab
Commit
6d9426ab
authored
Feb 06, 2003
by
Mike Hibler
Browse files
properly install rc.d script
parent
58fd3b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ports/tftp-hpa/files/patch-freebsd
View file @
6d9426ab
diff -rcN tftp-hpa-0.33.orig/MCONFIG.in tftp-hpa-0.33/MCONFIG.in
*** tftp-hpa-0.33.orig/MCONFIG.in Tue Nov 27 03:18:11 2001
--- tftp-hpa-0.33/MCONFIG.in
Wed
Feb
5
1
4
:0
3:10
2003
--- tftp-hpa-0.33/MCONFIG.in
Thu
Feb
6
1
3
:0
7:09
2003
***************
*** 27,32 ****
--- 27,36 ----
...
...
@@ -14,6 +14,16 @@ diff -rcN tftp-hpa-0.33.orig/MCONFIG.in tftp-hpa-0.33/MCONFIG.in
# Binary suffixes
O = @OBJEXT@
***************
*** 42,47 ****
--- 46,52 ----
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
# Compiler and compiler flags
CC = @CC@
diff -rcN tftp-hpa-0.33.orig/configure tftp-hpa-0.33/configure
*** tftp-hpa-0.33.orig/configure Sun Feb 2 18:33:26 2003
--- tftp-hpa-0.33/configure Wed Feb 5 14:03:10 2003
...
...
@@ -124,7 +134,7 @@ diff -rcN tftp-hpa-0.33.orig/configure.in tftp-hpa-0.33/configure.in
AC_SUBST(TFTP_LIBS)
diff -rcN tftp-hpa-0.33.orig/tftpd/Makefile tftp-hpa-0.33/tftpd/Makefile
*** tftp-hpa-0.33.orig/tftpd/Makefile Tue Nov 27 03:18:11 2001
--- tftp-hpa-0.33/tftpd/Makefile
Wed
Feb
5
1
4:34:5
2 2003
--- tftp-hpa-0.33/tftpd/Makefile
Thu
Feb
6
1
3:08:3
2 2003
***************
*** 23,32 ****
sed -e 's/@@VERSION@@/$(VERSION)/g' < $< > $@
...
...
@@ -144,7 +154,7 @@ diff -rcN tftp-hpa-0.33.orig/tftpd/Makefile tftp-hpa-0.33/tftpd/Makefile
! mkdir -p $(INSTALLROOT)$(LIBEXECDIR) $(INSTALLROOT)$(MANDIR)/man8
! $(INSTALL_PROGRAM) tftpd$(X) $(INSTALLROOT)$(LIBEXECDIR)/tftpd
! $(INSTALL_DATA) tftpd.8 $(INSTALLROOT)$(MANDIR)/man8/tftpd.8
! $(INSTALL_
PROGRAM)
tftpd-hpa.sh $(INSTALLROOT)$(ETCDIR)/rc.d/
! $(INSTALL_
SCRIPT) -m 555
tftpd-hpa.sh $(INSTALLROOT)$(ETCDIR)/rc.d/
! $(INSTALL_DATA) tftpd.rules $(INSTALLROOT)$(ETCDIR)/
clean:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment