diff options
author | Chuck Short <zul@gentoo.org> | 2003-10-24 12:02:20 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-10-24 12:02:20 +0000 |
commit | 3dc559f97320fa9880c1f63d2564dc4309101b08 (patch) | |
tree | a15033ea71cc3ff9a1536185fdbee3fe964ce1ae /net-misc/taylor-uucp/files | |
parent | use sed -i more (diff) | |
download | gentoo-2-3dc559f97320fa9880c1f63d2564dc4309101b08.tar.gz gentoo-2-3dc559f97320fa9880c1f63d2564dc4309101b08.tar.bz2 gentoo-2-3dc559f97320fa9880c1f63d2564dc4309101b08.zip |
Ebuild improvements, closes #31817.
Diffstat (limited to 'net-misc/taylor-uucp/files')
-rw-r--r-- | net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch b/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch index 897c13311c73..a4968a92719b 100644 --- a/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch +++ b/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch @@ -6,7 +6,7 @@ diff -Naur uucp-1.07.old/policy.h uucp-1.07/policy.h /* #define LOCKDIR "/var/spool/lock" */ /* #define LOCKDIR "/var/lock" */ - -+#define LOCKDIR "/var/log/subsys" ++#define LOCKDIR "/var/lock/uucp" /* You must also specify the format of the lock files by setting exactly one of the following macros to 1. Check an existing lock file to decide which of these choices is more appropriate. |