forked from pool/xless
21 lines
271 B
Diff
21 lines
271 B
Diff
--- xless.h
|
|
+++ xless.h
|
|
@@ -52,7 +52,7 @@
|
|
*/
|
|
|
|
#ifndef DEFEDITOR
|
|
-#define DEFEDITOR "/usr/ucb/vi"
|
|
+#define DEFEDITOR "/usr/bin/vi"
|
|
#endif
|
|
|
|
/*
|
|
@@ -70,7 +70,7 @@
|
|
*/
|
|
|
|
#ifndef PRINTCMD
|
|
-#define PRINTCMD "/usr/ucb/lpr"
|
|
+#define PRINTCMD "/usr/bin/lpr"
|
|
#endif
|
|
|
|
/*
|