nc: use symbolic SHUT_WR instead of literal 1
[oweals/busybox.git] / printutils / Config.src
index 6912ece6cb06cdf11d33c706fa0838d77ca6510f..cc4ab8d28ff086ef023f920dcd48859f65f5495b 100644 (file)
@@ -5,21 +5,23 @@
 
 menu "Print Utilities"
 
+INSERT
+
 config LPD
        bool "lpd"
-       default n
+       default y
        help
          lpd is a print spooling daemon.
 
 config LPR
        bool "lpr"
-       default n
+       default y
        help
          lpr sends files (or standard input) to a print spooling daemon.
 
 config LPQ
        bool "lpq"
-       default n
+       default y
        help
          lpq is a print spool queue examination and manipulation program.