]> arthur.barton.de Git - netatalk.git/commitdiff
Remove netatockd from paths
authorFrank Lahm <franklahm@googlemail.com>
Tue, 13 Dec 2011 11:28:43 +0000 (12:28 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 13 Dec 2011 11:28:43 +0000 (12:28 +0100)
include/atalk/paths.h

index ff97357b372f10de5bf5e9600ac12e8d51e4d08a..98eb44b06864523836bfbef244da7687b2c8686e 100644 (file)
 #  define _PATH_CNID_METAD_LOCK        ATALKPATHCAT(_PATH_LOCKDIR,"cnid_metad")
 #endif
 
-/*
- * netalockd paths
- */
-#if defined (FHS_COMPATIBILITY) || defined (__NetBSD__)
-#  define _PATH_NETALOCKD_LOCK ATALKPATHCAT(_PATH_LOCKDIR,"netalockd.pid")
-#else
-#  define _PATH_NETALOCKD_LOCK ATALKPATHCAT(_PATH_LOCKDIR,"netalockd")
-#endif
-
 #endif /* atalk/paths.h */