| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
libax25 commit fe7b81a8ca94a1a32878e06b6ea68d30f73a45bd (RPM: Include
/etc/ax25 dir into package.) included the directory into the libax25
package and it should only be included in a single package.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Axwrapper first creates a pipe and then forks and execs the program
<server-program> with arguments given at the axwrapper command line.
The argv[0] argument is mandatory; further arguments are optional. The
parent process then sits and waits for any I/O to and from the user and
converts any carriage return characters from the user to line feeds and
any line feeds from the program to carriage returns.
This is useful when starting non-AX.25-aware programs from ax25d.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
|
|
|
| |
Even though these files are just templates to get started with they make it
much easier to the user trying to get started.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
| |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
| |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
| |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
|
|
| |
This means the installation of the plain ax25-tools package will no
longer pull in tons of X libraries. This is useful on VMs or resource
constrained hardware.
|
|
|
|
|
| |
This avoids lots of other packages being installed to satisfy dependencies
when installing the ax25-tools rpm.
|
|
|
|
|
|
|
|
|
|
| |
template. Without these packages installed everything will still build
ok just xfhdlcchpar, xfhdlcst, xfsmdiag and xfsmmixer won't be built.
In other words, these binaries are built optional and this is no error
but as show by https://bugzilla.redhat.com/show_bug.cgi?id=545272 the
behaviour is confusing and builders of an rpm probably want the whole
thing.
|
|
Now just a rpmbuild -ta <foo.tar.gz> will do.
|